django-debugmail
Send e-mails to ADMINS instead of their recipients.
Quickstart
pip install django-debugmail
Add this to your development configuration:
EMAIL_BACKEND = 'debugmail.backends.DebugEmailBackend'
Debug based e-mail backend.
Homepage Repository PyPI Python
pip install django-debugmail==1.0.4