Description
Email messages can be built with Django's template system before sending. It is useful for developers who want reusable HTML or text email layouts inside an existing Django project.
Templated email should be tested with realistic data. Check escaping, links, localization, and private fields before sending messages to users.