Skip to main content

App for Django featuring class based email sending.

Project description

django-email-tools is a suite of tools meant to assist in sending emails from your Django app.

PyPI Version Build Status GPL-2.0-only OR LGPL-2.1-or-later

Prerequisites

Python: 2.7, 3.5 and 3.6 Django: 1.8, 1.9, 1.10, 1.11, 2.0, 2.1 and 2.2

Installation

  1. Install the package:

    pip install django-emailtools-reloaded
  2. Add emailtools to your INSTALLED_APPS:

    INSTALLED_APPS = (
        # ...
        'emailtools',
        # ...
    )

Testing

Test current environment

./runtests.py

Test all environments

tox

Authors and maintainers

  • Originally created and maintained at Fusionbox as django-emailtools.

  • Re-branded as django-emailtools-reloaded for better maintainability starting from May 2017.

Documentation

See documentation here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page