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.1.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

django_unravel-0.1.1-py3-none-any.whl (7.8 kB view hashes)

Uploaded Python 3

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