# List-Unsubscribe

The next step in tightening the requirements from Google and Yahoo is for senders to include the `List-Unsubscribe` and `List-Unsubscribe-Post` (one-click unsubscribe) headers in all bulk emails. To comply with these requirements, our service has implemented the ability to assign these headers to email messages sent from both dedicated and shared marketing servers. Users can manage these settings in the panel under:

**SMTP Accounts > Settings > Unsubscribe > List-Unsubscribe**

<figure><img src="/files/4xBXQh84krgbPIdPOMcQ" alt=""><figcaption></figcaption></figure>

The headers in the email message will then appear as follows:

{% hint style="info" %}
List-Unsubscribe:

&#x20; `<mailto:unsubscribefrom@domain.com?subject=unsubscribe>`

&#x20; `<`[`https://www.unsubURLdomena.pl/unsubscribe.html?opaque-identifier=unique-id`](https://www.unsuburldomena.pl/unsubscribe.html?opaque-identifier=unique-id)>

List-Unsubscribe-Post: List-Unsubscribe=One-Click
{% endhint %}

This will enable a direct "unsubscribe" option to appear in the recipient's inbox:

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

Both providers will require that the unsubscribe option be based on a URL that supports one-click unsubscribe functionality. We have implemented two options that are respected by other email providers:

1. **URL** (also known as HTTP or unsubscribe via a web page)<br>

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

2. **Mailto** (unsubscribe via email address)<br>

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

Using our list-unsubscribe option, the recipient's address will be added to the Emaillabs blacklist with an 'unsubscribe' status. This will block further attempts to deliver messages to the subscriber at the server level. Such emails will be logged with a 'dropped' status.

If you already have your own list-unsubscribe link, it will not be overwritten by our header. We will ensure that you also have the list-unsubscribe-post header.

**⬅️ Detailed instructions for each panel section under the "Unsubscribe' tab can be found in the drop-down menu on the left.**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.emaillabs.io/en/analytics-panel/functionalities/unsubscribe/list-unsubscribe.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
