List-Unsubscribe not adding unsubscribe header option to the email
We are using ACC v7 (7.3.3 build 9359). I'm trying to add List-Unsubscribe option for the emails. I tried below options in SMTP header section of the delivery template and none of them works. When I generate the proofs with this on production environment I don't see any header option in outlook. Checked even in Gmail and there is header.
- option 1: List-Unsubscribe: <mailto:<%@ include option='NmsEmail_DefaultErrorAddr' %>?subject=unsubscribe<%= escape(message.mimeMessageId) %>>
- option 2: List-Unsubscribe: <mailto:<%@ include option='NmsEmail_DefaultErrorAddr' %>?subject=unsubscribe<%= escape(message.mimeMessageId) %>>, <https://somedomain.com/webApp/webAppName?id=<%=escapeUrl(recipient.cryptedId)%>>
- option 3: List-Unsubscribe: <https://somedomain.com/webApp/webAppName?id=<%=escapeUrl(recipient.cryptedId)%>>
What could be wrong here? Is there any other option of adding the List-Unsubscribe in a delivery template apart from adding it through typology? I have seen the List-Unsubscribe option in few delivery templates for some of the other products in the same instance but it doesn't have anything in SMTP header block of the delivery template and also uses the same typology. So unable to understand how it's getting added there! Appreciate any help on this.
Many thanks!