/django-emailtools

Sending emails just got more awesomer.

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

django-emailtools

Build Status

Django Email Tools is a suite of tools meant to assist in sending emails from your Django app.

Installation

  1. Install the package:

    $ pip install django-emailtools
    
  2. Add emailtools to your INSTALLED_APPS.