Skip to content

Commit 5bb568c

Browse files
authored
Merge pull request #148 from jacklinke/new_backend
Add django-templated-email-md to README
2 parents 842cb91 + 8c8f077 commit 5bb568c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,12 @@ Additionally you can call **send_templated_mail** and optionally override the fo
424424
auth_user='username' # Override the user that the django mail backend uses, per **django.core.mail.send_mail**
425425
auth_password='password' # Override the password that the django mail backend uses, per **django.core.mail.send_mail**
426426

427+
Using templated_email_md
428+
------------------------
429+
430+
This is a third-party backend that uses Markdown to render the email templates.
431+
432+
For installation and usage, see the [django-templated-email-md](https://github.com/OmenApps/django-templated-email-md/) repository, and the associated [documentation](https://django-templated-email-md.readthedocs.io/).
427433

428434
Releasing a new version of this package:
429435
========================================

0 commit comments

Comments
 (0)