Unsubscribe link do not appear
I send my email using WYSIWYG editor and put this code Click here to unsubscribe and [unsubscribe]. Both are not working. For [unsubscribe] it just show the link without hyperlink.
This discussion has been closed.
I send my email using WYSIWYG editor and put this code Click here to unsubscribe and [unsubscribe]. Both are not working. For [unsubscribe] it just show the link without hyperlink.
Comments
Hi,
You must paste
<unsubscribe>Click here to unsubscribe</unsubscribe>
in the HTML of your email. Then it'll become a hyperlink.To use
[unsubscribe]
, see this example:<a href="[unsubscribe]">Click here to unsubscribe</a>
Again, you must paste the above in the 'HTML' of your email.
Best regards,
Ben