Django email backend that logs all sent emails.
This app requires Django 1.4.13 or greater and Python 2.6+ or Python3.3+.
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