Last Updated: February 25, 2016
·
1.063K
· pykler

Create a quick SMTP debug server

This creates a little server running on port 1025 to test if your apps are sending emails properly or not!

python -m smtpd -n -c DebuggingServer localhost:1025