Changes between Version 2 and Version 3 of Ticket #17193, comment 35
- Timestamp:
- Jul 20, 2024, 3:26:05 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17193, comment 35
v2 v3 1 1 There are a number of third-party Django packages that provide templated email, with varying approaches for converting templates to email (and in varying states of maintenance): 2 2 3 - https://pypi.org/project/emark/4 - https://pypi.org/project/django-pony-express/5 3 - https://pypi.org/project/django-mail-templated/ 6 4 - https://pypi.org/project/django-mail-templated-simple/ 5 - https://pypi.org/project/django-mailviews/ 6 - https://pypi.org/project/django-pony-express/ 7 7 - https://pypi.org/project/django-post-office/ 8 8 - https://pypi.org/project/django-templated-mail/ 9 - https://pypi.org/project/emark/ 9 10 10 11 [I'm updating this comment periodically as I come across other libraries. Email templating seems to be a popular area for exploration.]