Where to edit the default tags ?

Joe Wehrens

New Member
Hi,
When sending out emails, the tag for Unsubscribe is displayed correctly, however web version and update details give me the raw link.
Links.png

So I am guessing I am missing the labels for those links.
Where to edit those ?
 
@Joe Wehrens - That is because you simply add [UNSUBSCRIBE_URL] to your emails which gets translated in a url.
What you want is to put the tag in a link, like:
Code:
<a href="[UNSUBSCRIBE_URL]">Unsubscribe</a>
 
Back
Top