django-database-email-backend

A Django EmailBackend for debugging that saves Emails in the database instead of delivering them
Download

django-database-email-backend Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Stefan Foulis
  • Publisher web site:
  • http://github.com/stefanfoulis

django-database-email-backend Tags


django-database-email-backend Description

A Django EmailBackend for debugging that saves Emails in the database instead of delivering them django-database-email-backend is a Django app, 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).Note: Currently only the plaintext part of the email is saved and displayed. Future versions of django-database-email-backend will also display html and attachments.Installation:pip install django-database-email-backendAdd 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' Requirements: · Python · Django


django-database-email-backend Related Software