Skip to content

Commit 9a3706f

Browse files
authored
Merge pull request #157 from mpasternak/develop
Mention in the README
2 parents 965978d + fb3e4e6 commit 9a3706f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,13 @@ You can configure Django-Templated-Email by setting the following settings
380380
TEMPLATED_EMAIL_EMAIL_MESSAGE_CLASS = 'django.core.mail.EmailMessage' # Replaces django.core.mail.EmailMessage
381381
TEMPLATED_EMAIL_EMAIL_MULTIALTERNATIVES_CLASS = 'django.core.mail.EmailMultiAlternatives' # Replaces django.core.mail.EmailMultiAlternatives
382382
383+
Management Commands
384+
===================
385+
386+
**sendtesttemplatedemail**
387+
388+
This command allows you to send test emails using django-templated-email. It supports the same arguments as Django's built-in `sendtestemail` command, making it easy to test your email configuration and delivery.
389+
383390
Future Plans
384391
=============
385392

0 commit comments

Comments
 (0)