Django has filebased email backend that is handy for inspecting outgoing emails during development. But this 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-email-backend
Usage
Setup the django email backend in your local_settings.py:
EMAIL_BACKEND = 'eml_email_backend.EmailBackend' EMAIL_FILE_PATH = 'path/to/output/folder/'
Limitations
Full eml format is not supported, file extensions are just changed from “.log” to “.eml” by this app. It works in most cases. Patches for better eml support are welcome.
Release files for django-eml-email-backend 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-eml-email-backend-0.1.tar.gz | 2.5 kB | Details |
Release files / django-eml-email-backend-0.1.tar.gz
| Download URL | django-eml-email-backend-0.1.tar.gz |
|---|---|
| Size | 2.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9dbd4d7f73455f9a7961670595bc88e85b429dfda88b007f47158712389649c3
|
|
BLAKE2b-256 checksum How to use checksums |
7178c26ab0ca6fd78a465b59263c1603b36a4cb8a796a3536565e9cd15e13caf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |