Skip to main content

Django Allauth account adapter for sending email using Mandrill templates

Project description

Django Allauth account adapter for sending email through Mandrill, using Djrill

Installation

To install the latest release:

pip install django-allauth-djrill

Alternatively, to install the latest development version:

pip install https://github.com/obsidiancard/django-allauth-djrill/tarball/master

Amend your INSTALLED_APPS setting:

INSTALLED_APPS = (
    ...,
    'allauth_djrill',
)

Ensure that your EMAIL_BACKEND is set up to use Djrill:

EMAIL_BACKEND = 'djrill.mail.backends.djrill.DjrillBackend'

Switch your allauth account adapter:

ACCOUNT_ADAPTER = 'allauth_djrill.adapter.DjrillAccountAdapter'

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-allauth-djrill-0.1.0.tar.gz (3.3 kB view hashes)

Uploaded Source

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