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

Real cc and bcc handling #59

Closed medmunds closed 10 years ago

medmunds commented 10 years ago

Mandrill has added a new type flag to the send API to field, allowing support for actual cc and bcc addresses. (Previously, there was no cc option, and only a single bcc was allowed.)

Djrill should update its recipient handling to identify cc and bcc addresses properly to Mandrill.