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
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
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