Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

1 item tagged “smtp”

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. 3 29th January 2009, 1:35 pm

A django site