mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Don't filter attachment types
Mandrill dropped filtering on attachment mimetypes, so stop enforcing this in Djrill. Fixes #26
This commit is contained in:
@@ -144,10 +144,7 @@ Djrill supports most of the functionality of Django's `EmailMessage`_ and
|
||||
for logging. To send a single message to multiple recipients without exposing
|
||||
their email addresses to each other, simply include them all in the "to" list
|
||||
and leave ``preserve_recipients`` set to False.)
|
||||
* **Attachments:** Djrill includes a message's attachments, but only with the
|
||||
mimetypes "text/\*", "image/\*", or "application/pdf" (since that is all
|
||||
Mandrill allows). Any other attachment types will raise
|
||||
``djrill.NotSupportedByMandrillError`` when you attempt to send the message.
|
||||
* **Attachments:** Djrill includes a message's attachments.
|
||||
* **Headers:** Djrill accepts additional headers, but only ``Reply-To`` and
|
||||
``X-*`` (since that is all that Mandrill accepts). Any other extra headers
|
||||
will raise ``djrill.NotSupportedByMandrillError`` when you attempt to send the
|
||||
|
||||
Reference in New Issue
Block a user