How to create an unsubscribe link
You can add the unsubscribe function to emails sent via the SMTP service using the {{unsubscribe_url}}
variable.
Add it as a link source to the <a>
tag in the HTML of the email template you're sending:
<a href= "{{unsubscribe_url}}" >Unsubscribe</a>
To check the list of unsubscribed from transactional emails, go to the SMTP section > Unsubscribed list tab.
Last Updated: 03.01.2024
or