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.
Views
Replies
Total Likes
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
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.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies