[Fix Release] - Mailwizz 1.3.6.5

Status
Not open for further replies.
What exactly is the difference between [UNSUBSCRIBE_URL] AND [UNSUBSCRIBE_LINK] ???
All the tags that end in _URL will produce a url, like:
Code:
https://www.google.com

All the tags that end in _LINK will produce a link, like:
Code:
<a href="https://www.google.com">Google</a>

That being said, generally, in your email template source you will have:
Code:
Please click here to <a href="[UNSUBSCRIBE_URL]">Unsubscribe</a>
But you can use a shorter method:
Code:
Please click here to [UNSUBSCRIBE_LINK]
 
Status
Not open for further replies.
Back
Top