Skip to content

Instantly share code, notes, and snippets.

@pujianto
Created July 11, 2021 10:30
Show Gist options
  • Save pujianto/d23ddd8b6790af4768cec6928d68e748 to your computer and use it in GitHub Desktop.
Save pujianto/d23ddd8b6790af4768cec6928d68e748 to your computer and use it in GitHub Desktop.
Simple python smtp server for debugging
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