Skip to content

Instantly share code, notes, and snippets.

@matejb
Last active December 21, 2015 12:18
Show Gist options
  • Save matejb/6304370 to your computer and use it in GitHub Desktop.
Save matejb/6304370 to your computer and use it in GitHub Desktop.
One line pyton debug SMTP server
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