Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good SMTP server on Windows for a production server [closed]

Tags:

windows

smtp

I'm going to have my website hosted soon on a VPS or dedicated server (with Windows 2008), so I'm trying to plan ahead. I wonder whether the built-in SMTP server that comes with IIS7 is reliable enough for a production server or should I look for an alternative? I heard good things about hmailserver and best of all it's free, do you have any experience with using the bulit-in SMTP on a high traffic website.

Thanks a lot for any suggestions

like image 433
Waleed Eissa Avatar asked Nov 08 '08 07:11

Waleed Eissa


People also ask

What SMTP server should I use?

Which port should you use for SMTP? Ports 25, 465, 587, or 2525 for SMTP have all been considered standard SMTP ports at some point, but only 587 or 2525 really should be considered for modern use.

Does Windows have built in SMTP server?

Installing an SMTP service is an easy task on Windows server as this is an in-built feature of the server.

Does Microsoft have an SMTP server?

Yes, you can use Microsoft 365/Office 365 as an SMTP relay.

How do I know SMTP server for my server?

You can generally find your SMTP email server address in the account or settings section of your mail client. When you send an email, with SMTP host Gmail or AOL, the SMTP server processes your email, decides which server to send the message to, and relays the message to that server.


2 Answers

I hit this thread via Google but I was looking for an outbound only SMTP server for transactional emails (customer registration confirmation etc. but not marketing), then some things I discovered are:

SMTP does still exist in Windows Server 2008.

Server Manager > Features (not Roles) > Right-click, Add > SMTP Server - then Configure IIS 7 SMTP to point to the local server.

Then use the Framework to do the business: http://msdn.microsoft.com/en-us/library/system.net.mail.smtpclient.aspx

Jango have a paid for but cheap enough service for exactly this kind of thing. The Free account only allows 200/month but might be useful for some folk.

http://www.jangosmtp.com/Pricing.asp

Good luck!

UPDATE

I blogged about setting up the original MS SMTP Server on Windows Server 2008.

http://www.lukepuplett.com/2010/06/how-to-send-email-from-microsoft-server.html

like image 57
Luke Puplett Avatar answered Nov 01 '22 18:11

Luke Puplett


hMailServer. Free and open source.

like image 39
Corey Trager Avatar answered Nov 01 '22 18:11

Corey Trager