May 4, 2011
Archive
Archive
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
This debugging server will not deliver any messages sent via it, but will instead output them stdout, bracketed by the following lines:
---------- MESSAGE FOLLOWS ----------
------------ END MESSAGE ------------
About
— @adurdin is thinking aloud
Subscribe via RSS.
Blog comments powered by Disqus