Introduction
Inserting a mirror link in your emails is a simple procedure that improves the accessibility and visibility of your content for recipients.
Unsubscribe link
To declare an unsubscribe link, simply add a label id = "desabo" to the <a> tag, and the unsubscribe link configured by default will be added automatically.
Example :
<a class="m_cadadad" href="" id="desabo" style="color:#b6e5f8;display:block; text-decoration:none; outline:none" title="Désinscription">
Ne plus suivre les aventures de xxx </a>
- The href value is automatically replaced by the default unsubscribe URL.
- To add a personalized unsubscribe link, simply declare id="desabo-ext" and enter the desired link in the href. In this case, the link will not be replaced by the standard link.
Conclusion
It's also possible to configure a mirror link. To do this, see this article : How to configure a mirror link in an HTML file or the code editor ?