Skip to main content

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

  1. Add “django_unravel” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...,
        'django_unravel',
    ]
  2. 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


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)

Uploaded Source

Built Distribution

django_unravel-0.1.0-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

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

Hashes for django-unravel-0.1.0.tar.gz
Algorithm Hash digest
SHA256 455361bf7afdac85b8e10bc437ddec3171110b9de91b528cd5061f5ee557ed5e
MD5 8b5cf53a2e8f472a46b5f3d3aa88504a
BLAKE2b-256 b6f5b76e7fe39cb869930d1f7245c8217d56559bd3ddb113a1696f1dea0bf650

See more details on using hashes here.

File details

Details for the file django_unravel-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_unravel-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e240c604ca2a68199a8839a2b73dbbae5789ecef357d9efce083e1f140ddf35b
MD5 75abba6d383c657e210a4f91bd183254
BLAKE2b-256 59a8b58be10ed7b521924b4f51b87d022ce28bd5be361392a00b0318772f7b48

See more details on using hashes here.

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