Skip to content

Instantly share code, notes, and snippets.

@madflow
Created April 23, 2014 10:17
Show Gist options
  • Save madflow/11209770 to your computer and use it in GitHub Desktop.
Save madflow/11209770 to your computer and use it in GitHub Desktop.
Start an SMTP Debugging Server in Python
sudo 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