Provides Django email integration for RQ (Redis Queue)
Project description
Requirements
Installation
Install django-rq-email-backend:
pip install django-rq-email-backend
Add django_rq to INSTALLED_APPS in settings.py:
INSTALLED_APPS = (
# other apps
'django_rq_email_backend',
)
You must then set django_rq_email_backend as your EMAIL_BACKEND:
EMAIL_BACKEND = 'django_rq_email_backend.backends.RQEmailBackend'
By default django-rq-email-backend will use Django’s builtin SMTP email backend for the actual sending of the mail. If you’d like to use another backend, you may set it in RQ_EMAIL_BACKEND just like you would normally have set EMAIL_BACKEND before you were using RQ. In fact, the normal installation procedure will most likely be to get your email working using only Django, then change EMAIL_BACKEND to RQ_EMAIL_BACKEND, and then add the new EMAIL_BACKEND setting from above.
Inspiration
django-rq-email-backend was heavily influenced by:
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
Built Distribution
File details
Details for the file django_rq_email_backend-2.0.0.tar.gz
.
File metadata
- Download URL: django_rq_email_backend-2.0.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e8a6c6f492f9e78711e6b563c96f7b8feaf17c8737767a30fc68b9833e3b82f |
|
MD5 | 31cbf1696082ee493da6c340d2b95ae3 |
|
BLAKE2b-256 | 2494ef215f97e58dac22f1b20888193601cdb0e1aea770b16b968d345536ac8c |
File details
Details for the file django_rq_email_backend-2.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_rq_email_backend-2.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 402ced0d8078a856a684be37206fbfb0a6056c5bfe8a753dd7eec7fcaccca224 |
|
MD5 | 5596e486df2b47c7a90b96148110435a |
|
BLAKE2b-256 | a78be98a24b8611f141eb8ab78f0909ab4624cffb34f8d9515e5d85055e6a912 |