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

1 Comment so far

  1. Paul Zaczkowski on June 1st, 2011

    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 :)

Leave a Reply