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

6

19

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.)

Admonition answered 20/4, 2009 at 21:10 Comment(0)
F
14

Take a look at hMailServer.

Fuse answered 20/4, 2009 at 21:46 Comment(3)
I've used hMail on several of my domains for a few years now, very slick, lightweight server.Incumbent
I gave Mercury Mail Server and hMail server a whirl. hMail was much, much nicer to deal with. Easier to get installed and with a nice configurator. Very slick. (Of course, I was previously using sendmail built for SUA/Interix.)Dallas
I tried out loads for windows, you can't beat hmailserver there.Hexahedron
A
4

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

Amused answered 20/9, 2010 at 7:7 Comment(0)
T
2

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

Tameika answered 20/4, 2009 at 21:26 Comment(0)
A
2

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.

Armenta answered 20/4, 2009 at 22:5 Comment(0)
A
1

exim works nice even in windows via cygwin.

Ague answered 7/5, 2009 at 20:34 Comment(0)
C
0

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.

Chamonix answered 7/6, 2012 at 10:50 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.