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 Mandrill merge_language option (for Handlebars templates) #84

Closed medmunds closed 9 years ago

medmunds commented 9 years ago

Mandrill now supports using Handlebars templates, by setting merge_language: 'handlebars' on a message. We should add the merge_language option to Djrill.

(Mandrill also allows setting the merge language globally at the account level, so this is really only important for users who have templates in both template languages.)