brack3t / Djrill

[INACTIVE/UNMAINTAINED] Djrill is an email backend and new message class for Django users that want to take advantage of the Mandrill transactional email service from MailChimp.
BSD 3-Clause "New" or "Revised" License
319 stars 64 forks source link

Support all attachment types #26

Closed medmunds closed 11 years ago

medmunds commented 11 years ago

Mandrill is now supporting all attachment types. Djrill should too.

(Djrill currently raises exceptions for "unsupported" attachment types, because Mandrill used to silently filter them and send the message with the attachments mysteriously missing.)