Test sending emails while developing
Filed under: development, django, plone, python, testing
I frequently have to send emails from web applications. But before I deploy to a production environment, I want to make sure the mechanism works and the right mails are constructed. Here's two ways to do that.