到目前为止,我的网站一直在我的服务器上使用html文件。现在我想利用Mailchimp及其模板。
这是我的html文件,我在C#中使用String替换动态替换变量。
<h1>
<img src="http://john.doe/test.png" border="0" /></h1>
<hr />
<div style="padding-left: 30px;">
<p>
You have joined John Doe, where you can sell art direct to the public.</p>
<h2>Username and password</h2>
<p>
Here's a reminder of your username and password.</p>
<p>
Username:
<% Email %>
<br />Password:
<% Password %>
</p>
<p>
To log in simply go to
<a href="">John Doe</a></p>
<h2>Thanks for joining!</h2>
</div>
因此动态填充<% Email %>
和<% Password %>
。我怎样才能在MailChimp模板中实现相同的目标?我访问了此页面http://templates.mailchimp.com/getting-started/template-language/,但目前尚不清楚如何实现这一目标。
答案 0 :(得分:2)
听起来你想要合并标签
例如:而不是&lt;%email%&gt;使用* | EMAIL | *
http://kb.mailchimp.com/merge-tags/all-the-merge-tags-cheat-sheet获取可用合并标记的列表。如果你想发出密码,你可能根本不想使用mailchimp;你可能想用Mandrill(来自同一家公司)。还要考虑SendGrid;或只是谷歌'电子邮件api'