Django email backend for storing messages to a database.
Project description
Django email backend for storing messages to a database. This is intended to be used in developement in cases where you want to test sending emails, but don’t want to send real emails and don’t have access to the console output (such as on a remote server).
To install:
`sh pip install django-db-email-backend `
In settings.py:
`python INSTALLED_APPS += ['db_email_backend'] EMAIL_BACKEND = 'db_email_backend.backend.DBEmailBackend' # or # EMAIL_BACKEND = 'db_email_backend.backend.SMTPDBEmailBackend' `
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for kn-django-db-email-backend-0.5.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a317a848962b84ea71d899aa724a0e54df25464cc9e4f36abbcf37ba779ec4b6 |
|
MD5 | 7f402235955c94cd23c004c22faf46e5 |
|
BLAKE2b-256 | 8da09d37fe3fd7b0d33d44db98c1854f6a67c3864e4cea426f87fbe84d353070 |