Skip to main content

Mandrill transactional email for Django in conjunction with Celery

Project description

DjrillCelery extends the Djrill package with a backend that sends mail with celery tasks.

Prerequisites

Quickstart

  1. Install DjrillCelery from PyPI:

    $ pip install djrillcelery
  2. Edit your project’s settings.py:

    INSTALLED_APPS = (
        ...
        "djrillcelery"
    )
    
    EMAIL_BACKEND = "djrillcelery.mail.backends.DjrillCeleryBackend"
  3. Now, for every mail that is sent a new task is created.

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

djrillcelery-0.1.1.tar.gz (2.6 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