However, we did not want to flood a real SMTP server with hundreds or thousands of emails.
The following 2 tools assist with that problem:
- DevNull SMTP server
Described asIt is a dummy SMTP server that can be used for testing purposes. It helps you see all communication between a client and the server and is very useful if you are trying to find problems with your email server or a client that you wrote.
- Dumpster SMTP server
Described asThe Dumbster is a very simple fake SMTP server designed for unit and system testing applications that send email messages. It responds to all standard SMTP commands but does not deliver messages to the user. The messages are stored within the Dumbster for later extraction and verification.
Enjoy!
ps: Comments and/or links to this article are most welcome!
I also like http://smtp4dev.codeplex.com
ReplyDeleteMe too... perfect solution to our development and testing needs.
Delete@rnwood: Thanks for the info.
ReplyDeletebtw, don't be shy! You are the author, so take credit for it!
We all appreciate the work that goes into developing software, especially when that software is then offered as open-source!
We use http://mailtrap.io web service in developement and staging environment.
ReplyDeleteIt is platform-independent and doesn't require you to run your own SMTP.
It offers:
* All emails in one place
* Shared access for dev team to the inbox
* Developer tools to analyze emails
* Flexible configuration