Skip to content

Commit

Permalink
Merge pull request #148 from jacklinke/new_backend
Browse files Browse the repository at this point in the history
Add django-templated-email-md to README
  • Loading branch information
fjsj authored Oct 24, 2024
2 parents 842cb91 + 8c8f077 commit 5bb568c
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 5bb568c

Please sign in to comment.