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 details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for djrillcelery-0.1.1.tar.gz
Algorithm Hash digest
SHA256 5dd0b7807f9459a6677101055da9e9e43d0c05871130dd904bf41b03623e47aa
MD5 4f0fee3d1bff5de7e88e799fa90c5d8a
BLAKE2b-256 4b7d484f42bc35220f9fe5fba05e56c230905ccabccfbf13f7cd22a81ccf0a63

See more details on using hashes here.

Provenance

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