Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_rq_email_backend-2.0.0.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

django_rq_email_backend-2.0.0-py2.py3-none-any.whl (5.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django_rq_email_backend-2.0.0.tar.gz.

File metadata

File hashes

Hashes for django_rq_email_backend-2.0.0.tar.gz
Algorithm Hash digest
SHA256 4e8a6c6f492f9e78711e6b563c96f7b8feaf17c8737767a30fc68b9833e3b82f
MD5 31cbf1696082ee493da6c340d2b95ae3
BLAKE2b-256 2494ef215f97e58dac22f1b20888193601cdb0e1aea770b16b968d345536ac8c

See more details on using hashes here.

File details

Details for the file django_rq_email_backend-2.0.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_rq_email_backend-2.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 402ced0d8078a856a684be37206fbfb0a6056c5bfe8a753dd7eec7fcaccca224
MD5 5596e486df2b47c7a90b96148110435a
BLAKE2b-256 a78be98a24b8611f141eb8ab78f0909ab4624cffb34f8d9515e5d85055e6a912

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