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

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