Skip to main content

Asynchronous Email Backend for Django with Huey.

Project description

django-huey-email

Asynchronous Email Backend for Django with Huey.

Requirements

Python: >=3.8, <4

Django: >=3.2, <6.0

Installation

pip install django-huey-email

Usage

Set django-huey-email as your email backend:

EMAIL_BACKEND = "huey_email.backends.HueyEmailBackend"

By default, django-huey-email utilizes Django's built-in SMTP email backend for the actual email sending process. If you prefer to use a different backend, you can specify this by setting the HUEY_EMAIL_BACKEND in your settings. For instance, to use Django's console email backend instead, configure the settings as follows:

EMAIL_BACKEND = "huey_email.backends.HueyEmailBackend"
HUEY_EMAIL_BACKEND = "django.core.mail.backends.console.EmailBackend"

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_huey_email-0.0.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

django_huey_email-0.0.1-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

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