Master

screenshot of Master

A very simple Django application to provide basic template features for mails and infrastructure to let users create/edit mails without modifying code

Overview

Django Mail Template is a simple Django application that allows users to create mail templates with context variables and send mails with the variables replaced by values. It provides basic template features for mail subjects and bodies and allows administrative users to create and edit mail templates using the Django admin interface. Users can also change the mail template used by a specific piece of code at runtime through a Configuration instance.

Features

  • Create mail templates with context variables
  • Send mails with context variables replaced by values
  • Use Django admin interface to create and edit mail templates
  • Change mail template used by specific code at runtime through Configuration
  • Works with Django 1.11+, Django 2+, Django 3+
  • Uses Django CKEditor to write rich text mail templates

Summary

Django Mail Template is a simple Django application that allows users to create and send mail templates with context variables. It provides basic template features for mail subjects and bodies and can be easily managed through the Django admin interface. Users can also change the mail template used by specific code at runtime through Configuration. It is compatible with Django 1.11+, Django 2+, and Django 3+.