What's a good mail server for development use? [closed]

我与影子孤独终老i 提交于 2020-01-10 09:53:09

问题


I'm doing some development which will involve reacting to emails, and I'd like to use a local IMAP mail server for this.

I currently use Devnull SMTP server for testing of sending emails, but this just logs and discards messages, it doesn't do IMAP for checking incoming emails/mailboxes.

I don't need/want a full-blown server, just something lightweight I can easily start/stop as required.

Multi-platform is preferred, but feel free to provide answer for specific platforms also.

(A POP3-based server would also be acceptable for development use, since I'll be supporting both in my code anyway.)


回答1:


Take a look at hMailServer.




回答2:


I consider JAMES the best mail server for development. And its portable too. Fully written in Java.




回答3:


Mercury Mail Server is a full featured mail server (minus webmail), however it is very light and should meet your need: Mercury Mail Server

Edit: Forgot to mention Windows/Netware only




回答4:


Check out courier for unix-based machines. I've run it for quite some time on a linux machine, and it's very nice. You can easily enable/disable the features you want, including SMTP, POP, IMAP, SMTP Auth, SSL versions of protocols, etc.




回答5:


exim works nice even in windows via cygwin.




回答6:


Mdaemon is an excellent windows MTA. Lots of good reasons to use it in production too. Another different option is to use Gammadyne mailer in server mode.

  • http://www.altn.com/products/mdaemon-email-server-windows/
  • http://www.hmailserver.com/
  • http://www.gammadyne.com/gm-list_management.htm


来源:https://stackoverflow.com/questions/770098/whats-a-good-mail-server-for-development-use

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