Skip to content

Instantly share code, notes, and snippets.

@dmugtasimov
Created May 28, 2012 08:16
Show Gist options
  • Save dmugtasimov/2817968 to your computer and use it in GitHub Desktop.
Save dmugtasimov/2817968 to your computer and use it in GitHub Desktop.
Debugging SMTP Server
sudo python -c 'import smtpd; import asyncore; smtpd.DebuggingServer(("127.0.0.1", 25), None); asyncore.loop()'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment