Debugging Emails in Django
In many applications you need some way to debug / test the sending of emails without actually sending them out. For instance, you may be working on a political action based application and part of the functionality of the app is to automatically email your congressional representatives about a...
read more