mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Docs: Clarify AnymailMessage not required
This commit is contained in:
@@ -60,6 +60,12 @@ ESP send options (AnymailMessage)
|
|||||||
|
|
||||||
.. rubric:: Attributes you can add to messages
|
.. rubric:: Attributes you can add to messages
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
Anymail looks for these attributes on **any**
|
||||||
|
:class:`~django.core.mail.EmailMessage` you send.
|
||||||
|
(You don't have to use :class:`AnymailMessage`.)
|
||||||
|
|
||||||
.. attribute:: metadata
|
.. attribute:: metadata
|
||||||
|
|
||||||
Set this to a `dict` of metadata values the ESP should store
|
Set this to a `dict` of metadata values the ESP should store
|
||||||
@@ -89,7 +95,7 @@ ESP send options (AnymailMessage)
|
|||||||
|
|
||||||
ESPs have differing restrictions on tags. For portability,
|
ESPs have differing restrictions on tags. For portability,
|
||||||
it's best to stick with strings that start with an alphanumeric
|
it's best to stick with strings that start with an alphanumeric
|
||||||
character. (Also, PostMark only allows a single tag per message.)
|
character. (Also, Postmark only allows a single tag per message.)
|
||||||
|
|
||||||
|
|
||||||
.. caution::
|
.. caution::
|
||||||
|
|||||||
Reference in New Issue
Block a user