mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Allow all extra message headers in send.
Mandrill has relaxed previous API restrictions on headers. Fixes #58.
This commit is contained in:
@@ -3,6 +3,9 @@ Release Notes
|
||||
|
||||
Version 0.9 (development):
|
||||
|
||||
* Allow all extra message headers in send.
|
||||
(Mandrill has relaxed previous API restrictions on headers.)
|
||||
|
||||
|
||||
Version 0.8:
|
||||
|
||||
|
||||
@@ -89,10 +89,11 @@ Some notes and limitations:
|
||||
Special handling for embedded images
|
||||
|
||||
**Headers**
|
||||
Djrill accepts additional headers, but only ``Reply-To`` and
|
||||
``X-*`` (since that is all that Mandrill accepts). Any other extra headers
|
||||
will raise :exc:`~djrill.NotSupportedByMandrillError` when you attempt to send the
|
||||
message.
|
||||
Djrill accepts additional headers and passes them along to Mandrill.
|
||||
|
||||
.. versionchanged:: 0.9
|
||||
In earlier versions, Djrill only allowed ``Reply-To`` and ``X-*`` headers,
|
||||
matching previous Mandrill API restrictions.
|
||||
|
||||
|
||||
.. _mandrill-send-support:
|
||||
|
||||
Reference in New Issue
Block a user