Table of Contents:
Ongage supports adding a List-Unsubscribe header for the following vendors:
SMTP | List-Unsubscribe Header Notes |
---|---|
Amazon | Ongage automatically injects its own List-Unsubscribe Header |
Ongage SMTP | Ongage automatically injects its own List-Unsubscribe Header |
Ongage Complete | Ongage automatically injects its own List-Unsubscribe Header |
Oracle Cloud (OCI) | Needs to be configured manually by Ongage Support |
InboxRoad | Ongage automatically injects its own List-Unsubscribe Header |
Mailgun | Ongage automatically injects its own List-Unsubscribe Header |
Private SMTP | Ongage automatically injects its own List-Unsubscribe Header |
SendGrid | Contact Ongage Support to configure for each of your SendGrid connections to automatically inject the Ongage List-Unsubscribe Header. See more details in following subsection. |
SMTP.com | Ongage automatically injects its own List-Unsubscribe Header |
SparkPost | SparkPost automatically adds it's own List-Unsubscribe header |
SparkPost Enterprise | Ongage automatically injects its own List-Unsubscribe Header |
Mandrill | Ongage automatically injects its own List-Unsubscribe Header |
MySMTP | Ongage automatically injects its own List-Unsubscribe Header |
Pepipost | Ongage automatically injects its own List-Unsubscribe Header |
Socketlabs | Ongage automatically injects its own List-Unsubscribe Header |
Mailjet V3 | Mailjet automatically adds it's own List-Unsubscribe header |
Here's a sample default Ongage List-Unsubscribe Header that Ongage automatically adds to all email mail messages (see table above). The URL is the same default unsubscribe link that appears in the body of the email message.
List-Unsubscribe: <http://track.yourdomain.com/?xtl=3D3r2ml1x7tirsdlvvhdx9ih55lw6tx71zdsl039rd2&eih=9m56g28iark1yl> |
Ongage enables you to create your own Custom List Unsubscribe, for example if you'd like to use the mailto format in the list-unsubscribe header as well, though this is a less common standard.
<mailto:listrequest@example.com?subject=unsubscribe>,<https://example.com/unsubscribe.html?opaque=123456789> |
Note: When configuring your own custom List-Unsubscribe header, it will get added to the email message header, instead of the default one discussed in the previous section.
If you want to implement Custom List Unsubscribe Header in the above format, follow the steps below.
Note: One-Click List-Unsubscribe aka List-Unsubscribe-Post Header : In addition to the List-Unsubscribe header, another header - the “List-Unsubscribe-Post” - can be added. Here is an example:
List-Unsubscribe-Post: List-Unsubscribe=One-Click |
The List-Unsubscribe header will simply open the link from the List-Unsubscribe header in a browser, or by anti-spam software, will show a landing page which does not cause an immediate unsubscribe, but may offer a button to confirm the unsubscribe.
The List-Unsubscribe-Post allows marketers to perform a POST request on that URL and send the key/value pair which causes the unsubscribe without the need of interaction. Once List-Unsubscribe-Post header is added, the Senders need to take care that the landing pages linked in the List-Unsubscribe header are able to process the POST requests accordingly.
List Unsubscribe Header offers recipients a simple way to unsubscribe from your newsletter in order to prevent complaints.
How does the Header work: The List-Unsubscribe header is described in RFC 2369 (for more details please see https://www.ietf.org/rfc/rfc2369.txt). The header field contains either a Web-URL, an email address or both. Since different providers and email clients use that one or the other, we recommend to use both. A List-Unsubscribe header could look like this:
List-Unsubscribe: <http://www.host.com/list.cgi?cmd=unsub&lst=list>, <mailto:list-request@host.com?subject=unsubscribe> |
The most important characteristic of these links is, that they don't require any user interaction by the recipients, so that the unsubscribe is processed by just clicking the link. For example Gmail uses the List-Unsubscribe header to offer the recipient an unsubscribe-link right beside the name of the sender.
Benefits for the recipients: For the recipients it's convenient to find the unsubscribe option always at the same position in the providers' or email clients' interface without having to read, or at least scroll down and skim over the text to find the unsubscribe link within the emails content.