Readme: Note Mandrill silently filters unsupported attachment types

This commit is contained in:
medmunds
2013-01-03 15:10:28 -08:00
parent 5b4f4c12cb
commit 7eef68067d

View File

@@ -122,8 +122,10 @@ Djrill supports most of the functionality of Django's `EmailMessage`_ and
raise a ``ValueError`` exception when you attempt to send the message. raise a ``ValueError`` exception when you attempt to send the message.
(Mandrill doesn't support sending multiple html alternative parts, or any (Mandrill doesn't support sending multiple html alternative parts, or any
non-html alternatives.) non-html alternatives.)
* Djrill attempts to include a message's attachments, though Mandrill may place * Djrill attempts to include a message's attachments, but Mandrill will
some restrictions on allowable attachment types. (See the Mandrill docs.) (silently) ignore any attachment types it doesn't allow. According to
Mandrill's docs, attachments are only allowed with the mimetypes "text/*",
"image/*", or "application/pdf".
* Djrill treats all cc and bcc recipients as if they were additional "to" * Djrill treats all cc and bcc recipients as if they were additional "to"
addresses. (Mandrill does not distinguish cc, and only allows a single bcc -- addresses. (Mandrill does not distinguish cc, and only allows a single bcc --
which Djrill doesn't use. *Caution:* depending on the ``preserve_recipients`` which Djrill doesn't use. *Caution:* depending on the ``preserve_recipients``