Created
October 27, 2009 16:54
-
-
Save eculver/219722 to your computer and use it in GitHub Desktop.
Python SMTP server one-liner
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python -m smtpd -n -c DebuggingServer localhost:1025 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment