
A very simple Django application to provide basic template features for mails and infrastructure to let users create/edit mails without modifying code
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.
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+.
