Skip to content

pipermerriam/django-emailtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.