I am using *|UNSUB|*
merge tag in the mandrill template, which I expect to automatically parse it when the mail is sent using this template (without doing anything in the code). My template code is,
<a href = "*|UNSUB: https://mywebsite.com/unsub|*">Unsubscribe from this list.</a>;
Question 1: It does not get parsed and ignores the anchor tag all together and displays "Unsubscribe from this list" text as a simple text, not hyperlink. I have tried setting the merge option in sending default settings to handlebars and mailchimp, but no luck.
Question 2: The default option to add the unsubscribe link by checking the "add unsubscribe footer" in the settings is working fine. However, I would like to add a custom message like
You are getting this message since you are registered with us, if you do not want to get any mails from us, please 'unsubscribe'.
I want the 'unsubscribe' in the above sentence as a link which points to the link given by mandrill by default. How can I do that?
Thanks in advance, Kari...