Changes between Version 1 and Version 2 of Ticket #17193, comment 35


Ignore:
Timestamp:
Jul 7, 2024, 1:51:07 PM (4 months ago)
Author:
Mike Edmunds

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17193, comment 35

    v1 v2  
    1 There are at least four third-party packages that provide this functionality (in various states of maintenance):
     1There 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):
    22
     3- https://pypi.org/project/emark/
    34- https://pypi.org/project/django-pony-express/
    4 - https://pypi.org/project/django-templated-mail/
    55- https://pypi.org/project/django-mail-templated/
    66- https://pypi.org/project/django-mail-templated-simple/
     7- https://pypi.org/project/django-post-office/
     8- https://pypi.org/project/django-templated-mail/
     9
     10[I'm updating this comment periodically as I come across other libraries. Email templating seems to be a popular area for exploration.]
Back to Top