Skip to content

barseghyanartur/django-emailtools-reloaded

 
 

Repository files navigation

django-emailtools-reloaded

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, 2.2 and 3.2

Installation

  1. Install the package:

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

    INSTALLED_APPS = (
        # ...
        'emailtools',
        # ...
    )
  3. Install Six

    pip install six

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.

Packages

No packages published

Languages

  • Python 94.7%
  • Shell 2.3%
  • Makefile 1.8%
  • HTML 1.2%