vintasoftware / django-templated-email

Django module to easily send templated emails using django templates, or using a transactional mail provider (mailchimp, silverpop, etc.)
MIT License
702 stars 130 forks source link

Enabled autoescape for render context and using unescape for plain email parts. #111

Closed ComradeDOS closed 3 years ago

ComradeDOS commented 6 years ago

This commits closes #108 and closes #109

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.08%) to 96.85% when pulling 26341ea6c23db415509009e87b78e18aba0b0549 on ComradeDOS:develop into 26d66b1e436abbd084101354720e3064ffe20f30 on vintasoftware:develop.

ComradeDOS commented 5 years ago

Python3.3 not available for travis anymore.

fjsj commented 3 years ago

For now I'll close this one in preference of https://github.com/vintasoftware/django-templated-email/pull/120 which uses a simpler solution. Thanks for the PR and sorry we couldn't review it before.