Python SMTP Debugging Server
Note to self: this is how you start a python SMTP debugging server:
python -m smtpd -n -c DebuggingServer localhost:25
Note to self: this is how you start a python SMTP debugging server:
python -m smtpd -n -c DebuggingServer localhost:25