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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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