> For the complete documentation index, see [llms.txt](https://docs.emaillabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emaillabs.io/en/email/email-api/settings/smtp-accounts/unsubscribe/unsubscribe-configuration/unsubscribe-page.md).

# Unsubscribe Page

The ‘Unsubscribe Page’ is a pre-configured page that allows recipients to easily unsubscribe from the subscription. To set it up, follow these steps:

* Add Logo: Upload the logo that will be displayed on the unsubscribe page.
* Fill in the fields:
  * **Unsubscription Information:** A brief message informing the recipient about the unsubscription process.
  * **Button Title:** The text that will appear on the confirmation button, such as “Unsubscribe” or “Cancel Subscription.”
  * **Thank You Text:** A message displayed after the unsubscription process is complete, such as “Thank you for being with us” or “Your unsubscription has been successfully registered.”

<figure><img src="/files/pZBrOXFBDA8VVfAS27ZK" alt=""><figcaption></figcaption></figure>

To allow recipients to easily unsubscribe from the subscription in the email message, add the following code:

```
<a href="##unsubscribe_link##">{{ link text }}</a>
```

Where {{ link text }} can be replaced with any text, such as “Click here to unsubscribe.”

<figure><img src="/files/6d5OyR40JHaEWv5n8dzA" alt=""><figcaption></figcaption></figure>

Additionally, you can enable the `List-Unsubscribe` option, which will automatically add an “Unsubscribe” button next to the sender’s field in some email clients, such as Gmail and Outlook. This button facilitates the unsubscription process and ensures compliance with anti-spam regulations.

**Detailed Instructions:**

{% content-ref url="/pages/HongosksKbthJJARqfmP" %}
[List-Unsubscribe Header (One-Click Unsubscribe)](/en/email/email-api/settings/smtp-accounts/unsubscribe/list-unsubscribe-header-one-click-unsubscribe.md)
{% endcontent-ref %}
