Chris Lamb

django-email-from-template

BlogProjectsAbout

View all my projects »

Send emails generated entirely from Django templates.


This utility provides a utility to send emals generated entirely from Django templates rather than constructing strings within views or models, violating abstraction layers.


If you are looking for a highly experienced full-stack Django developer with a track record of producing high-quality and maintaininable code, please get in touch.

You can install django-email-from-template from PyPI:

$ pip install django-email-from-template
… or by adding django-email-from-template to your requirements.txt and re-running pip install -r requirements.txt.

You can browse the source tree, create or file bugs or download the code from Git:

$ git clone https://github.com/lamby/django-email-from-template

django-email-from-template is released under the MIT license.

View all my projects »