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
django-mailer-2.3.tar.gz
(33.4 kB
view hashes)
Built Distribution
Close
Hashes for django_mailer-2.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b542d0727eea310db802d56c95c39691205f7762912f5737f38e8363314284e |
|
MD5 | 703a4cda6f97dfe474a50fa7258be054 |
|
BLAKE2b-256 | f497f23af0da478649bfaa674eeef0c293ab219a545162ec932caeddfb8b15cf |