Skip to main content

Addon for django-mailer that allows to send throttled emails

Project description

Django Mailer Throttled

Addon for django-mailer allows to send throttled emails.

Install this as an addon alongside django-mailer.

Installation

To get the latest stable release from PyPi

pip install django-mailer-throttled

To get the latest commit from GitHub

pip install -e git+git://github.com/bitmazk/django-mailer-throttled.git#egg=mailer_throttled

Add mailer_throttled to your INSTALLED_APPS

INSTALLED_APPS = (
    ...,
    'mailer'
    'mailer_throttled',
)

Usage

Set the MAILER_THROTTLE_AMOUNT to the number of emails you would like to send per run.

Don’t use the original send_mail management command any more but the new send_mail_throttled.

Contribute

If you want to contribute to this project, please perform the following steps

# Fork this repository
# Clone your fork
mkvirtualenv -p python2.7 django-mailer-throttled
make develop

git co -b feature_branch master
# Implement your feature and tests
git add . && git commit
git push -u origin feature_branch
# Send us a pull request for your feature branch

Project details


Release history Release notifications | RSS feed

This version

0.1

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-throttled-0.1.tar.gz (5.6 kB view details)

Uploaded Source

File details

Details for the file django-mailer-throttled-0.1.tar.gz.

File metadata

File hashes

Hashes for django-mailer-throttled-0.1.tar.gz
Algorithm Hash digest
SHA256 53bef3c612c062dc2006b107fbfcb9f590dec6d1e017685ecd4b37cb4099fc73
MD5 29f7edfac67ec38659235599dbccd8e0
BLAKE2b-256 4f2d76ff4e949cfe249e504905e6ff3f260e17f42232fdb5ebd6a46907900cf7

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