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 consol output (such as on a remote server).
This is NOT intended for production use in any capacity.
To install:
>>> pip install django-db-email-backend
In settings.py:
>>> INSTALLED_APPS = [ >>> ... >>> 'db_email_backend', >>> ]
>>> EMAIL_BACKEND = 'db_email_backend.backend.DBEmailBackend'
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-db-email-backend-0.2.tar.gz
.
File metadata
- Download URL: django-db-email-backend-0.2.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d60b207393faaceb1d232d1a2659f466cd2247af06bb7d38c737f5c8b6fdb158 |
|
MD5 | d4d3b3685a120ac943b80a7fb54b992c |
|
BLAKE2b-256 | daae72aec08aaf1dd7b8cac3a1a001501d72f304be65c5a4e69054440e7907d7 |