SOLVED

Adding a list-unsubscribe header

Go to solution
Phillip_Wild
Level 10 - Community Advisor

Adding a list-unsubscribe header

Does anyone know the syntax for adding a list-unsubscibe header in the raw HTML of an email? I'm reading more and more about why this is important, but I can't seem to find directions on what the code should be.

Thanks in advance.

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Adding a list-unsubscribe header

Marketo already includes an X-List-Unsubscribe header.  This is not anything you need to deal with.

View solution in original post

11 REPLIES 11
Grégoire_Miche2
Level 10

Re: Adding a list-unsubscribe header

Hi Phil,

something in the line of:

  <p>This email was sent to {{lead.Email Address}}. If you no longer wish to receive these emails you may <a href="{{system.unsubscribeLink}}">unsubscribe</a> at any time.</p>

-Greg

Phillip_Wild
Level 10 - Community Advisor

Re: Adding a list-unsubscribe header

Hi Gregoire

We already have a standard unsubscribe in our email, but it's my understanding that you can place another bit of code in the <head> of the  HTML which gives Gmail and other ISPs the ability to place an unsubscribe in the top of the email, as part of the core Gmail functionality. In turn, they are more likely to trust your email and increase inbox placement once this is done.

Any ideas?

Grégoire_Miche2
Level 10

Re: Adding a list-unsubscribe header

Hi Phil,

Interesting reading here: Bulk Senders Guidelines - Gmail Help

and here: https://nation.marketo.com/external-link.jspa?url=http%3A%2F%2Fwww.list-unsubscribe.com%2F

I would only use these for B2C, though.

-Greg

SanfordWhiteman
Level 10 - Community Moderator

Re: Adding a list-unsubscribe header

Marketo already includes an X-List-Unsubscribe header.  This is not anything you need to deal with.

Phillip_Wild
Level 10 - Community Advisor

Re: Adding a list-unsubscribe header

I've been incorrectly informed Sanford - it seems that Marketo does include the header as you described. Support told me that they didn't..strange! But I doubled checked in my own Gmail and you're right, it's there. Thanks!

SanfordWhiteman
Level 10 - Community Moderator

Re: Adding a list-unsubscribe header

If you could mark as the Correct Answer that would help future searches.

Dory_Viscoglio
Level 10

Re: Adding a list-unsubscribe header

I've got you covered, Sanford

Jared_Eliason1
Level 2

Re: Adding a list-unsubscribe header

Why, when I sent a test email to https://www.mail-tester.com, did I get following then?mailtester-noListUnsubHeader.PNG 

Unsubscribe is using {{system.unsubscribeLink}} where format of link is https://pages.domain.com/UnsubscribePage.html?mkt_unsubscribe=1&mkt_tok=123abc (is having link that formats like this all that's required to satisfy List-Unsubscribe header requirement? if so, when why is Mail Tester not seeing this?)

SanfordWhiteman
Level 10 - Community Moderator

Re: Adding a list-unsubscribe header

Send a real email.