Skip to content

Instantly share code, notes, and snippets.

@rays
Forked from eculver/Python SMTP server one-liner
Created October 27, 2009 17:09
Show Gist options
  • Save rays/219737 to your computer and use it in GitHub Desktop.
Save rays/219737 to your computer and use it in GitHub Desktop.
Create a debugging smtpd server for testing mail
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