Skip to content

Instantly share code, notes, and snippets.

@tullo
Created January 22, 2012 19:49
Show Gist options
  • Save tullo/1658444 to your computer and use it in GitHub Desktop.
Save tullo/1658444 to your computer and use it in GitHub Desktop.
Dummy SMTP server for testing #java
java -jar DevNullSmtp.jar
# It 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.
http://www.aboutmyip.com/AboutMyXApp/DevNullSmtp.jsp
java -jar dumbster.jar 7777
# SMTP fake server for QA, running on port 7777)
# https://github.com/rjo1970/dumbster.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment