Skip to main content

A django EmailBackend for debugging that saves Emails in the database instead of delivering them.

Project description

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'

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-database-email-backend-0.1.0.tar.gz (3.7 kB view details)

Uploaded Source

File details

Details for the file django-database-email-backend-0.1.0.tar.gz.

File metadata

File hashes

Hashes for django-database-email-backend-0.1.0.tar.gz
Algorithm Hash digest
SHA256 3df233a9d1a48fb8b938cf8344c9b3c37ec0e93049639b9ee416e5a939c44b66
MD5 401c2c3303c91efb8cdbcd4fec682b7f
BLAKE2b-256 cc489adf517b072c49c4f639d4105bc4d35c61caa7b7415ab360cc0abeb72d3e

See more details on using hashes here.

Provenance

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