Created
July 11, 2021 10:30
-
-
Save pujianto/d23ddd8b6790af4768cec6928d68e748 to your computer and use it in GitHub Desktop.
Simple python smtp server for debugging
This file contains 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
python -m smtpd -c DebuggingServer -n 0.0.0.0:1025 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment