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
Level Up Your Cyber Defense with External Threat Management
Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
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