Skip to content

Instantly share code, notes, and snippets.

@camsaul
Created July 13, 2016 22:19
Show Gist options
  • Save camsaul/e1b5994f8deba8691289a21346fe4748 to your computer and use it in GitHub Desktop.
Save camsaul/e1b5994f8deba8691289a21346fe4748 to your computer and use it in GitHub Desktop.
Run local fake SMTP server for debugging
#!/bin/bash
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