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

二次信任 提交于 2019-12-03 07:56:23

问题


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?


回答1:


Try Mercury Mail




回答2:


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




回答3:


Check out Lamson, an SMTP server in Python.




回答4:


You can hardly get freer or simpler than pysmtp




回答5:


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




回答6:


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



来源:https://stackoverflow.com/questions/932679/a-good-free-simple-non-trial-local-smtp-server-for-development

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!