File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff 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 ::
You can’t perform that action at this time.
0 commit comments