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

Make available message ID #114

Closed NadyaIonova closed 8 years ago

NadyaIonova commented 8 years ago

Mandrill api returns message ID in response. Make it available for caller.

Suggested solution: customizable callback hook.

NadyaIonova commented 8 years ago

I can create PR for this, if it's a good idea.

medmunds commented 8 years ago

Mandrill's message ID is available in the mandrill_response that Djrill adds to the EmailMessage as it's sent. See response from Mandrill in the docs.

[Also, wanted to make sure you know that the Djrill package is no longer being maintained. See the notice at the top of the readme.]

NadyaIonova commented 8 years ago

I see, thanks for answer.