mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-27 14:56:56 -05:00
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user