From 8c8f07716fcc861114b4b959c2b1802f9800939a Mon Sep 17 00:00:00 2001 From: jacklinke Date: Wed, 23 Oct 2024 22:52:05 -0400 Subject: [PATCH] Add django-templated-email-md to the "Notes on specific backends" section of README --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index bb0cc4e..bef782c 100644 --- a/README.rst +++ b/README.rst @@ -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: ========================================