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
Install Djrill: https://djrill.readthedocs.org/en/latest/
Install Celery: https://pypi.python.org/pypi/djrill
Quickstart
Install DjrillCelery from PyPI:
$ pip install djrillcelery
Edit your project’s settings.py:
INSTALLED_APPS = ( ... "djrillcelery" ) EMAIL_BACKEND = "djrillcelery.mail.backends.DjrillCeleryBackend"
Now, for every mail that is sent a new task is created.
Project details
Release history Release notifications | RSS feed
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)
File details
Details for the file djrillcelery-0.1.1.tar.gz
.
File metadata
- Download URL: djrillcelery-0.1.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5dd0b7807f9459a6677101055da9e9e43d0c05871130dd904bf41b03623e47aa |
|
MD5 | 4f0fee3d1bff5de7e88e799fa90c5d8a |
|
BLAKE2b-256 | 4b7d484f42bc35220f9fe5fba05e56c230905ccabccfbf13f7cd22a81ccf0a63 |