Created
July 13, 2016 22:19
-
-
Save camsaul/e1b5994f8deba8691289a21346fe4748 to your computer and use it in GitHub Desktop.
Run local fake SMTP server for debugging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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