Simon Willison’s Weblog

Subscribe
Atom feed for smtp

1 item tagged “smtp”

2009

Changeset 9793: SMTP testing documentation. I didn’t know this trick: running “python -m smtpd -n -c DebuggingServer localhost:1025” will start up a simple SMTP server which dumps received e-mails to the terminal instead of forwarding them on.

# 29th January 2009, 1:35 pm / django, email, python, smtp, testing