django-eml-email-backend

Django email backend that saves emails to .eml files
Download

django-eml-email-backend Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Mikhail Korobov
  • Publisher web site:
  • http://bitbucket.org/kmike/

django-eml-email-backend Tags


django-eml-email-backend Description

Django has filebased email backend that is handy for inspecting outgoing emails during development. But django-eml-email-backend saves emails to '.log' files and it is not clear how to view them in email client. This is especially important for html emails.eml_email_backend saves outgoing emails to '.eml' files. This way emails can be opened directly in MS Outlook or Mail.app or previewed in OS X Finder by simply pressing space over the file.Installation pip install django-eml-backendUsageSetup the django email backend in your local_settings.py:EMAIL_BACKEND = 'eml_email_backend.EmailBackend'EMAIL_FILE_PATH = 'path/to/output/folder/'Product's homepage


django-eml-email-backend Related Software