A reusable Django app for queuing the sending of email
Project description
django-mailer is a reusable Django app for queuing the sending of email. It works by storing email in the database for later sending. The main reason for doing this is that for many apps, the database will be much more reliable and faster than other email sending backends which require 3rd party services e.g. SMTP or an HTTP API. By storing and sending later, we can return succeed immediately, and then attempt actual email sending in the background, with retries if needed.
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-mailer-2.2.tar.gz
.
File metadata
- Download URL: django-mailer-2.2.tar.gz
- Upload date:
- Size: 29.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74a6c536ffdc01cccb345a3ae3dfb0aa8562eaf2a8a01bf90113bf62f55534e7 |
|
MD5 | 2c7d7bec0811da3d581b215a0a1bf0df |
|
BLAKE2b-256 | 8aa202517bb230d4e43e1789b36bc94f925d84e847debd8dcf37e3fac42c7c7d |
Provenance
File details
Details for the file django_mailer-2.2-py2.py3-none-any.whl
.
File metadata
- Download URL: django_mailer-2.2-py2.py3-none-any.whl
- Upload date:
- Size: 19.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8daf34c55d4dd336d85684738fed6f2757e429ecfe12846920628d2c3b2fa608 |
|
MD5 | 39b875bc8eb2f65b12b1d55f42317629 |
|
BLAKE2b-256 | a78dbfc73d4852ce57b1a639b55851229658a934c39f0192d002fcfb8f5b8e33 |