List-Unsubscribe: Difference between revisions

From InboxSys document library
Jump to navigation Jump to search
(Created page with "Building on from your standard unsubscribe link on the top and/or bottom of your emails, the List-Unsubscribe field is a command in the header of your email. This is to used to help a recipient to unsubscribe easier and for that data to be fed back directly to the Email Service Provider and to the list owner with the vision to make the unsubscription process as simple and efficient as possible. Here is an example of a List-Unsubscribe Header: <pre>List-Unsubscribe: <ma...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:Deliverability]]
[[Category:Content]]
[[Category:E-Mail_analysis]]
[[Category:InboxSys]]
Building on from your standard unsubscribe link on the top and/or bottom of your emails, the List-Unsubscribe field is a command in the header of your email. This is to used to help a recipient to unsubscribe easier and for that data to be fed back directly to the Email Service Provider and to the list owner with the vision to make the unsubscription process as simple and efficient as possible.
Building on from your standard unsubscribe link on the top and/or bottom of your emails, the List-Unsubscribe field is a command in the header of your email. This is to used to help a recipient to unsubscribe easier and for that data to be fed back directly to the Email Service Provider and to the list owner with the vision to make the unsubscription process as simple and efficient as possible.


Line 4: Line 8:


<pre>List-Unsubscribe: <mailto:listrequest@example.com?subject=unsubscribe>,<https://example.com/unsubscribe.html?opaque=123456789></pre>
<pre>List-Unsubscribe: <mailto:listrequest@example.com?subject=unsubscribe>,<https://example.com/unsubscribe.html?opaque=123456789></pre>
=Methods=
The above example consists of two parts, separated by a comma:
# One mailto link
# One https link
Different ISPs use different methods to show the unsubscribe option. Some prefer mailto, others prefer https. Therefore, it's recommended to provide both options. Of course, it's of uttermost importance, for each provided option to function without flaws. As a matter of course, unencrypted links (http) are insufficient.
=List-Unsubscribe in InboxSys=
In the content-section of InboxSys campaign tests, you can see:
* If your List-Unsubscribe header is present
* If both methods are present
* If your List-Unsubscribe header is syntactically correct


=Useful links=
=Useful links=


* [https://www.rfc-editor.org/rfc/rfc9477.html RFC 9477 - The Use of URLs as Meta-Syntax for Core Mail List Commands and their Transport through Message Header Fields]
* [https://www.rfc-editor.org/rfc/rfc9477.html RFC 9477 - The Use of URLs as Meta-Syntax for Core Mail List Commands and their Transport through Message Header Fields]

Latest revision as of 16:13, 9 May 2024

Building on from your standard unsubscribe link on the top and/or bottom of your emails, the List-Unsubscribe field is a command in the header of your email. This is to used to help a recipient to unsubscribe easier and for that data to be fed back directly to the Email Service Provider and to the list owner with the vision to make the unsubscription process as simple and efficient as possible.

Here is an example of a List-Unsubscribe Header:

List-Unsubscribe: <mailto:listrequest@example.com?subject=unsubscribe>,<https://example.com/unsubscribe.html?opaque=123456789>

Methods

The above example consists of two parts, separated by a comma:

  1. One mailto link
  2. One https link

Different ISPs use different methods to show the unsubscribe option. Some prefer mailto, others prefer https. Therefore, it's recommended to provide both options. Of course, it's of uttermost importance, for each provided option to function without flaws. As a matter of course, unencrypted links (http) are insufficient.

List-Unsubscribe in InboxSys

In the content-section of InboxSys campaign tests, you can see:

  • If your List-Unsubscribe header is present
  • If both methods are present
  • If your List-Unsubscribe header is syntactically correct

Useful links