A good, free, simple, non-“trial” local SMTP server for development? [closed]

StackOverflow https://stackoverflow.com/questions/932679

  •  06-09-2019
  •  | 
  •  

Question

I'm running Windows Vista on my development machine... tried four SMTP servers so far (2 crashed, 2 turned out to be trial ware after being promoted as "free"). So I don't have IIS6 SMTP available.

Do you know any simple, hassle-free SMTP server that I can use? I need absolutely no bells and whistles. All it needs to do is listen on port 25 and send off emails.

Help?

Was it helpful?

Solution

OTHER TIPS

Free SMTP Server is a simple and small SMTP server. It always forwards emails to recipents. That's all.

Check out Lamson, an SMTP server in Python.

You can hardly get freer or simpler than pysmtp

Install sendmail in a virtual ubuntu machine and send email through that.

In Windows XP, there's a "SMTP service" in the IIS category under 'Add/Remove Windows Components' - not sure if Vista has that too.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top