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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-emailtools-reloaded-0.2.4.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distribution

django_emailtools_reloaded-0.2.4-py2.py3-none-any.whl (7.9 kB view hashes)

Uploaded Python 2 Python 3

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