Skip to content

Instantly share code, notes, and snippets.

@lardissone
Created December 17, 2010 18:23
Show Gist options
  • Save lardissone/745428 to your computer and use it in GitHub Desktop.
Save lardissone/745428 to your computer and use it in GitHub Desktop.
SMTP development server in Python
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