using {{system.unsubscribeLink}} | Community
Skip to main content
January 8, 2016
Solved

using {{system.unsubscribeLink}}

  • January 8, 2016
  • 1 reply
  • 1386 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

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

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
January 8, 2016

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

January 10, 2016

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.