Jure Cuhalev

Posts Tagged ‘smtp

03 Dec, 2009

Python SMTP sink server

Posted by: Jure Cuhalev In: django|Tech

Debugging email sending in your Web application is always tricky as you need a working SMTP and you also need to watch out that you don’t accidently spam real users (if you’re working on a local copy of real database).
There is a neat one liner that acts as a “sink smtpd” server, meaning that it [...]