我在mandrill中保存了一个具有可重复内容的模板。我使用rails中的mandrill_mailer gem来使用此模板发送邮件。如何在template_content
中指定可重复的内容<tr mc:repeatable><td mc:edit="name"></td></tr>
(mandrill_mail template: "test template",\
subject: "xxxxxxx",\
to: "xxxxx@gmail.com",\
important: true,\
inline_css: true,\
template_content: {'name' => "p1"}).deliver
我尝试使用template_content:{'name00'=&gt; “p1”} / template_content:{'name:0'=&gt; “P1”} 这么多的排列和组合。
答案 0 :(得分:1)
Mandrill不支持MailChimp模板语言的重复项。有关使用模板和某些限制的更多详细信息,请参阅以下资源:
请参阅那里的说明:&#34; Mandrill支持MailChimp模板语言的一个特定元素:可编辑的内容区域(也称为mc:编辑区域)。&#34;
http://kb.mailchimp.com/article/mandrill-for-mailchimp-users#templates