Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!

unsubscribe header

Avatar

Level 4

How can i include a header in emails?

 

Is there any way to bulk update the templates in email to incorporate the headers for any future emails that are sent out. 

4 Replies

Avatar

Community Advisor

Hi,

Add this to smtp header

Precedence: bulk

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

 

For bulk upload, you can try to do it in a JS. Moving forward you can add a typology rules to add it automatically to all deliveries.

 

Thanks,

David



David Kangni

Avatar

Level 4

so basically here is where we need to update the headers in email templates- but my question is how to update them in bulk ? and how to do that in typology rules. can you give us an example. 

 

Ramaswami_0-1602843368027.png