-
I'm trying to set the merge_language to handlebars for our Mailchimp templates. In testing I've tried changing the templates to the mailchimp default merge_language of I've tried to set using esp_extra: Also by setting the header as defined in the Mailchimp docs: Also via extra_headers I can see that these are being sent over by Mailchimps API logs, so my guess is that the problem is more with Mailchimp than anymail. But if anyone has any ideas or further input I would greatly appreciate it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
From the Mandrill docs, it looks like msg.esp_extra = {'message': {'merge_language': 'handlebars'}} Anymail's info on [As with all things Mandrill, I haven't tested this myself, due to MailChimp's policy against providing development/test accounts.] |
Beta Was this translation helpful? Give feedback.
From the Mandrill docs, it looks like
merge_language
has to be set within themessage
key, not as a top-level API parameter. Try this:Anymail's info on
esp_extra
for Mandrill goes into a little more detail on the different levels of parameters in MailChimp's transactional API.[As with all things Mandrill, I haven't tested this myself, due to MailChimp's policy against providing development/test accounts.]