Django email backend that logs all sent emails to a database using a Django model.
This app works with Django 4.2 to 5.1.
This app requires Python 3.8+.
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