Skip to content

Instantly share code, notes, and snippets.

@olivergeorge
Created August 6, 2011 09:12
Show Gist options
  • Save olivergeorge/1129207 to your computer and use it in GitHub Desktop.
Save olivergeorge/1129207 to your computer and use it in GitHub Desktop.
Dummy SMTP server for testing #python #bash
sudo 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