[–] stephenr 10y ago ↗ I've used MockSMTP (a Mac app) for this purpose before, this looks like a good candidate for shared dev/test/staging environments.
[–] hoodoof 10y ago ↗ Brings to mind one of my favorite pieces of Python code:https://github.com/kennethreitz/inbox.py/blob/master/inbox.p...A mail server in 64 lines of code.It doesn't store to a database as Mailslurper does, nor does it have many of other features of Mailslurper.
[–] whatnotests 10y ago ↗ Another good one is MailCatcher[0] - it includes a nice API and clean ruby gem client.* [0] http://mailcatcher.me/
[–] flormmm 10y ago ↗ Mailinator has a Saas option for this (api, private domain, etc).http://mailinator.com/featurematrix.jsp [–] michaelmior 10y ago ↗ As does Mailtrap[0] which is apparently used by GitHub and Atlassian among others. (No affiliation, just happened to see their customer list and was somewhat impressed.)[0] https://mailtrap.io/
[–] michaelmior 10y ago ↗ As does Mailtrap[0] which is apparently used by GitHub and Atlassian among others. (No affiliation, just happened to see their customer list and was somewhat impressed.)[0] https://mailtrap.io/
5 comments
[ 2.8 ms ] story [ 22.6 ms ] threadhttps://github.com/kennethreitz/inbox.py/blob/master/inbox.p...
A mail server in 64 lines of code.
It doesn't store to a database as Mailslurper does, nor does it have many of other features of Mailslurper.
* [0] http://mailcatcher.me/
http://mailinator.com/featurematrix.jsp
[0] https://mailtrap.io/