Iis – Is the IIS SMTP Server good enough for a production server

iisiis-7smtpwindows-server-2008

I was planning to use the SMTP server that comes with IIS7 (for a website) but then I came across this link and started to get worried (read the accepted solution), on the other hand I have a limited budget and I can't afford to buy MS Exchange or another expensive server, besides, I'm using ASP.NET for my app which works very well with IIS SMTP server (I was going to use the pickup folder delivery option, this is esp. good for web apps so that the user won't have to wait until the message is sent).

I heard about hmailserver but it seems it doesn't have the pickup folder option (not completely sure though, so please correct me if I'm wrong). I also don't know if the performance is better than the IIS SMTP server. If this is good enough, I could probably relay from IIS SMTP server to hmailserver, so that I can still use the pickup folder option. Sorry, if I sound like I'm talking to myself here but I'm trying to find the best option and it's not clear so far.

Any suggestions would be really appreciated…

Best Answer

IIS SMTP is good enough for high loads too.

Related StackOverflow question