Skip to content

Instantly share code, notes, and snippets.

@eculver
Created October 27, 2009 16:54
Show Gist options
  • Save eculver/219722 to your computer and use it in GitHub Desktop.
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