Skip to content

Commit 7920a45

Browse files
committed
Docs: Clarify AnymailMessage not required
1 parent 1e1a66a commit 7920a45

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/sending/anymail_additions.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ ESP send options (AnymailMessage)
6060
6161
.. rubric:: Attributes you can add to messages
6262

63+
.. note::
64+
65+
Anymail looks for these attributes on **any**
66+
:class:`~django.core.mail.EmailMessage` you send.
67+
(You don't have to use :class:`AnymailMessage`.)
68+
6369
.. attribute:: metadata
6470

6571
Set this to a `dict` of metadata values the ESP should store
@@ -89,7 +95,7 @@ ESP send options (AnymailMessage)
8995
9096
ESPs have differing restrictions on tags. For portability,
9197
it's best to stick with strings that start with an alphanumeric
92-
character. (Also, PostMark only allows a single tag per message.)
98+
character. (Also, Postmark only allows a single tag per message.)
9399

94100

95101
.. caution::

0 commit comments

Comments
 (0)