Django email backend that logs all sent emails.
This app requires Django 1.4.2 or greater and Python 2.6 or greater.
Documentation for django-email-log is available at https://django-email-log.readthedocs.org/
This app is available on PyPI.
Submit issues on Github: https://github.com/treyhunner/django-email-log/issues
Pull requests are welcome. Read the CONTRIBUTING file for tips on submitting a pull request.
Thanks to the following related projects for inspiration:
- django-mailer
- django-post_office
- django-celery-email
- Email logger mentioned in this StackOverflow answer