mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-22 21:01:05 -05:00
Feature: Implement merge_headers
Implement and document `merge_headers` for all other ESPs that can support it. (See #371 for base and Amazon SES implementation.) Closes #374
This commit is contained in:
@@ -119,6 +119,13 @@ see :ref:`unsupported-features`.
|
||||
**Attachments must be named**
|
||||
Postal issues an `AttachmentMissingName` error when trying to send an attachment without name.
|
||||
|
||||
**No merge features**
|
||||
Because Postal does not support batch sending, Anymail's
|
||||
:attr:`~anymail.message.AnymailMessage.merge_headers`,
|
||||
:attr:`~anymail.message.AnymailMessage.merge_metadata`,
|
||||
and :attr:`~anymail.message.AnymailMessage.merge_data`
|
||||
are not supported.
|
||||
|
||||
|
||||
.. _postal-templates:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user