Django email backend for storing messages to a database.
Project description
Django DB Email Backend
=======================
[![Build Status](https://travis-ci.org/jsatt/django-db-email-backend.svg?branch=master)](https://travis-ci.org/jsatt/django-db-email-backend)
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).
This is NOT intended for production use in any capacity.
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'
```
=======================
[![Build Status](https://travis-ci.org/jsatt/django-db-email-backend.svg?branch=master)](https://travis-ci.org/jsatt/django-db-email-backend)
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).
This is NOT intended for production use in any capacity.
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'
```
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.3.tar.gz
.
File metadata
- Download URL: django-db-email-backend-0.3.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a105c6b602eeec270affb654daa4d1058f7f5c1d19d7667fa9313c77edb3fe35 |
|
MD5 | 57db821e55c777cf54f037d3a5b50678 |
|
BLAKE2b-256 | 4020a723d989e9d761563cac1388cf103afe2b77d1d11828bf8e2450e8a67bfd |