Skip to main content

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'
```

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

django-db-email-backend-0.2.2.tar.gz (4.5 kB view details)

Uploaded Source

File details

Details for the file django-db-email-backend-0.2.2.tar.gz.

File metadata

File hashes

Hashes for django-db-email-backend-0.2.2.tar.gz
Algorithm Hash digest
SHA256 82af8eeb5e5a3d77314c49a49b1ea7b6909715b21a52fb7b0653fdad7a25b5e9
MD5 fd46985ba96329f0f34d9b03e5086120
BLAKE2b-256 f0b55d04ecbdbc139e3041af95f227fe8b33868d83f98659da4fc70f39b3c030

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page