How to include List-Unsubscribe in marketing emails.

elilxconcept

New Member
Use of list-unsubscribe to improve inbox delivery

Need include List-Unsubscribe headers in the email, in MaxBulk mailer -> preference->Headers I added List-Unsubscribe value [Unsubscribe]

so in the email view source I can see in header field

List-Unsubscribe: <a href="http://sub.domain.com/lm.php?un=RWxpbAlmZGZkZmQJZmRzZAllbGlseGNvbmNlcHRAZ21haWwuY29tCQk2OAl0RVNUIHNtdHBtQVlJUwk4NTgzLTUJNQl1bnN1YnNjcmliZQlubwlubw==&local=yes">Unsubscribe</a>

But its should be like below know? as per my web searches,
e.g
List-Unsubscribe: <mailto:[email protected]>, <http://domain.com/member/unsubscribe/[email protected]?id=12345N>

Kindly confirm, thank you
 

stanbusk

Administrator
Staff member
Best if you use something like: lm.php?cmd=unsubscribe[&list=list1[;list2;...]]&email=email_addr that is:
Code:
http://sub.domain.com/lm.php?unsubscribe&list=[List name]&email=[E-mail Address]
That way you insert a real working unsubscribe link customized with the list name and the subscriber address.

--
Follow maxprog.com on Facebook | Google+ | Linkedin | Twitter | YouTube
and keep up-to-date with the latest Max Programming updates!
 
Top