django-des
Django Dynamic Email Settings I build a lot of projects in Django, and there are very few projects around that don't need the ability to send email to some capacity. In the past, I've been copying and pasting a very simple custom EmailBackend that I created and with the help of django-solo, integrated into the admin panel so you can edit email settings like hostname, username and password, etc. straight from the Django admin panel. »