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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ