Skip to main content

Send emails using Django template system.

Project description

https://img.shields.io/pypi/v/django-templated-mail.svg https://img.shields.io/travis/sunscrapers/django-templated-mail.svg https://img.shields.io/codecov/c/github/sunscrapers/django-templated-mail.svg https://img.shields.io/scrutinizer/g/sunscrapers/django-templated-mail.svg

A simple wrapper for django.core.mail.EmailMultiAlternatives which makes use of Django template system to store email content in separate file.

Developed by SUNSCRAPERS with passion & patience.

Installation

Simply install using pip:

$ pip install django-templated-mail

And add 'templated_mail' to your INSTALLED_APPS:

INSTALLED_APPS = [
...
    'templated_mail',
...
]

Documentation

TBD

Contributing and development

To start developing on django-templated-mail, clone the repository:

$ git clone git@github.com:sunscrapers/django-templated-mail.git

If you are a pipenv user you can quickly setup testing environment by using Make commands:

$ make init
$ make test

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-templated-mail-0.1.1.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

django_templated_mail-0.1.1-py3-none-any.whl (4.4 kB view hashes)

Uploaded 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