django-email-log
Django email backend that logs all sent emails to a database using a Django model.
This app works with Django 2.2 to 4.1
This app requires Python 3.7+.
Getting Help
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.
Related Projects
Thanks to the following related projects for inspiration:
- django-mailer
- django-post_office
- django-celery-email
- Email logger mentioned in this StackOverflow answer