3 Answers
- Newest
- Most votes
- Most comments
1
Hi Eric,
I only use sendBulkEmail
and sendEmail
from SESv2.
I need to add a header called List-Unsubscribe
due to Google and Yahoo's new email requirements.
Adding a header to your email should be easy; I can't find where to do it.
answered 8 months ago
0
Hi Eran, It looks like SESv1 SendBulkTemplatedEmail, SendEmail, and SESv2 SendBulkEmail do not support "ListManagementOptions". Only the SESv2 SendEmail action does. Do you use the SESv2 SendEmail call with "ListManagementOptions" ?
answered 8 months ago
0
I think they added a new API for headers to email templates, can anyone approve it?
https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_SendEmail.html https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_Template.html#SES-Type-Template-Headers
answered 6 months ago
Relevant content
- asked 5 months ago
- asked 2 years ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 9 months ago
I'm looking for the same thing. Right now it seems the only way is to switch to SendRawEmail but that adds complexity to the message creation.