django-database-email-backend is a simple email backend for django that delivers emails to the database. All sent emails can be reviewed and searched in admin. This can be practical while developing where the console backend can’t be used (e.g on a development or staging server).
Installation:
pip install django-database-email-backend
Add database_email_backend to INSTALLED_APPS and run manage.py syncdb or manage.py migrate django_database_email_backend if you are using South.
Add the email backend setting:
EMAIL_BACKEND = 'database_email_backend.backend.DatabaseEmailBackend'
Release files for django-database-email-backend 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-database-email-backend-0.2.1.tar.gz | 6.4 kB | Details |
Release files / django-database-email-backend-0.2.1.tar.gz
| Download URL | django-database-email-backend-0.2.1.tar.gz |
|---|---|
| Size | 6.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
28786666c46a12bde6483307596544f81fbfe2f6a2568ede7471ca03eb7c1e8d
|
|
BLAKE2b-256 checksum How to use checksums |
17b2d8a67bde1f4b58cd6a934c328a0bcbeefd75b43640e5fc2f5a1aaa241467
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |