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
Dunno why I insist on googling this every day just to copy/paste it from here when I could just make a batch file >_>. Very helpful, none-the-less