Mandrill API Logs --
"subject": "Valentine’s Day special offer. Additional 10% off* on select categories! View exclusive online offer",
"from_email": "habits@zip.in",
"from_name": "zipp",
"to": [
{
"email": "xyza_123@gmail.com",
"name": "venk",
"type": "to"
}
],
"merge": true,
"merge_vars": [
{
"rcpt": "xyza_123@gmail.com",
"vars": [
{
"name": "UNSUB",
"content": "http://zyr.com/unsubscribe/GYT786HHG"
},
{
"name": "FirstName",
"content": "venk"
}
]
}
],
"async": false,
"ip_pool": null,
"send_at": null,
And when I click on the unsubscriber link in the template, it takes me to the url http://*|unsub|*. Mandrill is not replacing |UNSUB| with http://zyr.com/unsubscribe/GYT&786HHG. Please help me . I spent a lot of time on it, but am unable to solve it
<table align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width:100%;" class="mcnTextContentContainer">
<tbody><tr>
<td valign="top" class="mcnTextContent" style="padding-top:9px; padding-right: 18px; padding-bottom: 9px; padding-left: 18px;">
You can <a href="*|UNSUB|*" target="_blank">unsubscribe</a><br>
<br>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody>
</table>