Skip to content

Commit

Permalink
Add django-templated-email-md to the "Notes on specific backends" sec…
Browse files Browse the repository at this point in the history
…tion of README
  • Loading branch information
jacklinke committed Oct 24, 2024
1 parent 842cb91 commit 8c8f077
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,12 @@ Additionally you can call **send_templated_mail** and optionally override the fo
auth_user='username' # Override the user that the django mail backend uses, per **django.core.mail.send_mail**
auth_password='password' # Override the password that the django mail backend uses, per **django.core.mail.send_mail**

Using templated_email_md
------------------------

This is a third-party backend that uses Markdown to render the email templates.

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/).

Releasing a new version of this package:
========================================
Expand Down

0 comments on commit 8c8f077

Please sign in to comment.