Question
Within text version of email, the unsubscribe link does not display?
Within my newsletter template, there is a clear Unsubscribe link. That link comes through and works correctly in the HTML version of the email, but when we test the text version, the unsubscribe link is missing.
This is the code:
| <a href="{{system.forwardToFriendLink}}" target="_blank" style="text-decoration:none;color:#808080;" >Send to a Friend</a> <a href="campaign.fivestaralliance.com/FiveStarAllianceUnsubscribe.html" target="_blank" style="text-decoration:none;color:#808080;" >Unsubscribe</a> |
(The send to a friend functionality has the same problem - shows up in HTML but not the text version)