diff --git a/docs/channels/emails.rst b/docs/channels/emails.rst index 0924cb6c..29dbbe96 100644 --- a/docs/channels/emails.rst +++ b/docs/channels/emails.rst @@ -276,7 +276,10 @@ For example: Unsubscribing ************* -Mautic has a built in means of allowing a Contact to unsubscribe from Email communication. You can insert the tokens ``{unsubscribe_text}`` or ``{unsubscribe_url}`` into your Email to have the text or the URL show at your desired location. The unsubscribe text token inserts a sentence with a link instructing the Contact to click to unsubscribe. +Mautic has a built in means of allowing a Contact to unsubscribe from Email communication. You can insert various tokens into your Email to provide unsubscribe options at your desired location: +- ``{unsubscribe_text}``: Inserts a sentence with a link instructing the Contact to click to unsubscribe. +- ``{unsubscribe_url}``: Inserts the URL to the preferences center when it's activated, or to the unsubscribe page if not. +- ``{dnc_url}``: Inserts the URL to unsubscribe from all marketing messages when the preference center is activated. The unsubscribe URL token inserts the URL into your custom written instructions. @@ -284,7 +287,8 @@ For example: .. code-block:: html - Want to unsubscribe? + Manage your email preferences + Unsubscribe from all emails You can find the configuration of the unsubscribe text in the global settings.