Using unsubscribe links

All campaigns sent through Mailblast require an unsubscribe link that allows your recipients to unsubscribe from your list. This is done by adding a {{unsubscribe_url}} tag, which is automatically replaced with a generated unsubscribe link for the subscriber.

To add an unsubscribe URL click the "Add Tag" button in your editor.

This will add a link called "Unsubscribe". If you need to edit the name of the link. Simple click on the and select the edit button.

You can then change the text of the unsubscribe link from here:

Alternatively if you want to directly enter in the HTML, use the following:

<a href="{{unsubscribe_url}}">Unsubscribe Here</a<br>

Last updated