diff --git a/docs/history.rst b/docs/history.rst index c7971d6..1e33e40 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -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: diff --git a/docs/usage/templates.rst b/docs/usage/templates.rst index c4b4b5e..d3f8957 100644 --- a/docs/usage/templates.rst +++ b/docs/usage/templates.rst @@ -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()