Docs: cover Postmark limitation on track_opens

Note that Postmark doesn't support `track_opens = False`
when open tracking is enabled at the server level.
(But does support the opposite usage.)
This commit is contained in:
medmunds
2022-01-18 18:04:11 -08:00
committed by Mike Edmunds
parent 2b146c12d3
commit a868bf3bca
2 changed files with 26 additions and 0 deletions

View File

@@ -49,6 +49,10 @@ Fixes
Other
~~~~~
* **Postmark:** Document limitation on `track_opens` overriding Postmark's
server-level setting. (See
`docs <https://anymail.readthedocs.io/en/latest/esps/postmark/#limitations-and-quirks>`__.)
* In Anymail's test EmailBackend, add `is_batch_send` boolean to `anymail_test_params`
to help tests check whether a sent message would fall under Anymail's batch-send logic.