Skip to content

Instantly share code, notes, and snippets.

@berlotto
Created September 3, 2013 14:42
Show Gist options
  • Save berlotto/6424878 to your computer and use it in GitHub Desktop.
Save berlotto/6424878 to your computer and use it in GitHub Desktop.
Run a simple python smtp server for development
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