Customizing Emails¶
Sending Emails¶
Emails are sent with Django-Templated-Email.
Customizing Email Templates¶
Templates for emails live in templates/templated_email. App-specific directories contain *.email files that define each specific message type.
The source directory contains *.mjml files. Those MJML files are compiled to *.html and put into compiled directory.
Emails defined in *.email files include their HTML versions by referencing the compiled *.html files.