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.djrill.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.tar.gz (2.6 kB view details)

Uploaded Source

File details

Details for the file djrillcelery-0.1.tar.gz.

File metadata

  • Download URL: djrillcelery-0.1.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for djrillcelery-0.1.tar.gz
Algorithm Hash digest
SHA256 c5fc8dcc68351a5249f1abc591fc4fe0355feb1040394188387ff489a051ee79
MD5 b75bc3c9f3e7f67670aab3265dc8a40e
BLAKE2b-256 414fb38fa08db26c197ce75477aeb56b5454504b719394df3906242af26314d1

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