Skip to content

Instantly share code, notes, and snippets.

@eculver
Created October 27, 2009 16:54
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save eculver/219722 to your computer and use it in GitHub Desktop.
Python SMTP server one-liner
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