mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Fix a couple of Sphinx docs warnings
This commit is contained in:
@@ -31,7 +31,7 @@ Version 0.9:
|
||||
|
||||
Version 0.8:
|
||||
|
||||
* Expose :ref:`mandrill_response` on sent messages
|
||||
* Expose :ref:`mandrill-response` on sent messages
|
||||
|
||||
|
||||
Version 0.7:
|
||||
|
||||
@@ -44,7 +44,7 @@ To use default Mandrill "subject" or "from" field from your template definition
|
||||
(overriding your EmailMessage and Django defaults), set the following attrs:
|
||||
:attr:`use_template_subject` and/or :attr:`use_template_from` on
|
||||
your :class:`~django.core.mail.EmailMessage` object::
|
||||
# ...
|
||||
|
||||
msg.use_template_subject = True
|
||||
msg.use_template_from = True
|
||||
msg.send()
|
||||
|
||||
Reference in New Issue
Block a user