Expand my Community achievements bar.

Adobe Campaign User Groups are live now. Join our Adobe Campaign User Groups and connect with your local leaders!

How to implement SMTP headers in email deliveries to create unsubscribe links

Avatar

Level 1

This is a discussion space for a whitepaper I'm putting together on the approach to best practices in implementing SMTP unsubscribe headers in email deliveries.

2 Replies

Avatar

Community Advisor

Hi,

The straightforward approach is to set it in the delivery template, 'list-unsubscribe' etc.

Using a control typology can be preferable if you're in an environment where users can't be trusted, as part of a broader set of restrictions.

Thanks,

-Jon

Avatar

Level 6

Hi,

The support has set up  the following in our delivery templates:

Precedence: bulk

List-Unsubscribe: <mailto:<%= provider.errorAddress !='' ? provider.errorAddress:delivery.mailParameters.errorAddress %>?subject=unsubscribe<%=escape(message.mimeMessageId) %>>

TenantHeader: <%@ include option='DmRendering_cuid' %>

Affinity: <%= delivery.scheduling.IPAffinity %>

X-cust_MessageID: <%= message.id %>

X-cust_DeliveryID: <%= delivery.id %>

X-cust_InstanceName: xxx_mkt_prod1

X-cust_IMSOrgID: <%@ include option='IMS_Organization' %>

20190626-155457-screenshot-4.jpg

Hope it helps

Regards