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

Template content required #47

Closed matteosimone closed 11 years ago

matteosimone commented 11 years ago

If you use a template for an email message, but do not specify template_content parameter in your EmailMessage object, then you receive an error from Mandrill API stating that you need to have template_content as a required parameter.

Djrill should, in the absence of template_content in the EmailMessage object, use an empty template_content as the parameter for the API request.

Currently, template_content is listed as an optional parameter for Djrill while it is a required parameter for Mandrill.