Selzy adds a required unsubscribe link to all email campaigns you send.

You can customize the text for the unsubscribe link for each list. To do this, in the main menu go Tools — Unsubscribe links and click New link.

Add the name and text of the unsubscribe link. You can add html code to the Link text field. Then click Publish.

The text must contain the {{UnsubscribeUrl}} merge tag.
The link is ready, it will be available after it is approved by the moderators.

When the link is approved, go to Contact lists, select the desired list and click "Go to campaign defaults".

In the Unsubscribe link field, insert the link you created.

Done! Now, the new unsubscribe link will be inserted in all emails sent to the selected list.
You can't use other HTML tags inside the link. Any formatting must be applied outside the <a> tag.
Correct:<a href="{{UnsubscribeUrl}}">Unsubscribe from emails</a>Incorrect (the b tag is interfering):
<a href="{{UnsubscribeUrl}}"><b>Unsubscribe from emails></b></a>