Skip to content

Instantly share code, notes, and snippets.

@pesader
Created February 10, 2022 15:16
Show Gist options
  • Save pesader/1b40009b908eaf8cc46668cf12acf248 to your computer and use it in GitHub Desktop.
Save pesader/1b40009b908eaf8cc46668cf12acf248 to your computer and use it in GitHub Desktop.
[Start a temporary email server with python] #flask #python #smtpd
python -m smtpd -n -c DebuggingServer localhost:8025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment