django.core.mail.messages EmailMessage Example Code

The EmailMessage class is contained with the django.core.mail module within the Django project code base.

Example 1 from django-emailmessagetemplate

django-emailmessagetemplates is a code library that makes it easier to add functionality for end users to customize email templates in a Django application. The code is available under the BSD 3-Clause "New" or "Revised" License.

django-emailmessagetemplates / emailmessagetemplates / utils.py