Skip to content

Instantly share code, notes, and snippets.

@motleytech
Created April 28, 2016 22:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save motleytech/ebb0cbe06bed90305bc75541261f9e66 to your computer and use it in GitHub Desktop.
Save motleytech/ebb0cbe06bed90305bc75541261f9e66 to your computer and use it in GitHub Desktop.
Running a local smtp mail server in Python
python -m smtpd -n -c DebuggingServer localhost:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment