Skip to content

Instantly share code, notes, and snippets.

@arsham
Created March 6, 2015 09:14
Show Gist options
  • Select an option

  • Save arsham/a966bec6cae4a6fbea01 to your computer and use it in GitHub Desktop.

Select an option

Save arsham/a966bec6cae4a6fbea01 to your computer and use it in GitHub Desktop.
Python SMTP debugger in shell
#!/bin/bash
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