A Django app to automatically open emails in the web browser.
Project description
django-unravel is a Django app to automatically open emails in the web browser.
Quick start
Add “django_unravel” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ..., 'django_unravel', ]
Set the EMAIL_BACKEND and EMAIL_FILE_PATH:
import tempfile ... EMAIL_BACKEND = 'django_unravel.mail.backends.filebased.EmailBackend' EMAIL_FILE_PATH = tempfile.gettempdir() ...
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-unravel-0.1.0.tar.gz
(6.2 kB
view details)
Built Distribution
File details
Details for the file django-unravel-0.1.0.tar.gz
.
File metadata
- Download URL: django-unravel-0.1.0.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 455361bf7afdac85b8e10bc437ddec3171110b9de91b528cd5061f5ee557ed5e |
|
MD5 | 8b5cf53a2e8f472a46b5f3d3aa88504a |
|
BLAKE2b-256 | b6f5b76e7fe39cb869930d1f7245c8217d56559bd3ddb113a1696f1dea0bf650 |
File details
Details for the file django_unravel-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: django_unravel-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e240c604ca2a68199a8839a2b73dbbae5789ecef357d9efce083e1f140ddf35b |
|
MD5 | 75abba6d383c657e210a4f91bd183254 |
|
BLAKE2b-256 | 59a8b58be10ed7b521924b4f51b87d022ce28bd5be361392a00b0318772f7b48 |