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
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_huey_email-0.0.1.tar.gz.
File metadata
- Download URL: django_huey_email-0.0.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.2 Linux/5.15.133.1-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42c075115ea1b8104469f42e5e8d3003f1a590e932ecaf28fe98171cb82fb537
|
|
| MD5 |
651ab746e52c7fc7b44f6d93cbf6c5c3
|
|
| BLAKE2b-256 |
0690039c0ac30b9d98c3ac377983bceea6b862f5ce63c18c59c15addf4b3134e
|
File details
Details for the file django_huey_email-0.0.1-py3-none-any.whl.
File metadata
- Download URL: django_huey_email-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.2 Linux/5.15.133.1-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
afc92318b2770b6f988ff01f0a81375c332359489dc475d78c399b3fd07e8fcf
|
|
| MD5 |
f5b6d23608d689a7b5af23c5877175ee
|
|
| BLAKE2b-256 |
c7a6ce928c45c15de9f28aed41f4158cd93d892fcf3d495c7cd031657bc6aa78
|