SOLVED

Re: using {{system.unsubscribeLink}}

Go to solution
Anonymous
Not applicable

Hi All,

Just wondering if anyone can help me. When I place the {{system.unsubscribeLink}} link in the footer of an email it shows the url and not the unsubscribe text?

Thanks

pastedImage_0.png

1 ACCEPTED SOLUTION
SanfordWhiteman
Level 10 - Community Moderator

<a href="{{system.unsubscribeLink}}">Unsub</a>

View solution in original post

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

<a href="{{system.unsubscribeLink}}">Unsub</a>

Anonymous
Not applicable

Thanks Sanford.

The issue was for me was I needed to use the token within a snippet so that it overrode the admin unsubscribe. The fix was to hyper link text and place the the token within the target URL.