How to add headers and commonHeaders in SES?

0

I would to overrride the messageId and some more data in header to track the email sending status in SNS event notification. How can i add the headers in the sendEmail? I am using "@aws-sdk/client-sesv2" client sdk.

1 回答
0

Sending email directly from SNS doesn't apparently support header modification. I'd suggest that you send the notification to a Lambda function, which would then use the SES API to send the email as you wish it to be configured per the SES documentation: https://docs.aws.amazon.com/ses/latest/dg/event-publishing-send-email.html

profile pictureAWS
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则