The goal of this project is to develop a very simple SMTP server that responds to SMTP requests and makes received messages available for query at a later time. All useful features for a SMTP server that can be used in an automated testing suite.
License
Apache License V2.0Follow Dumbster
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
Thank you for your work.
-
The multithreading code in SimpleSmtpServer is broken. If the run method calls notifyAll before he start method retrieves the lock/enter the wait then the server hangs up/ start never returns.
-
I forked this project and did a lot of work on it at: http://github.com/rjo1970/dumbster Now a multi-threaded, stand-alone executable jar, and extendable. Fairly heavy refactored. Has tests for file attachments, etc. too. If you're on the dumbster project, contact me.
-
Project seems dead. I created a patch to support more recent versions and multipart messages. Contact me for details