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
Solved! Go to Solution.
<a href="{{system.unsubscribeLink}}">Unsub</a>
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.