1 Answer
- Newest
- Most votes
- Most comments
0
The following document shows "Message-ID" in the header field, so it is possible to send an email with the same ID.
https://docs.aws.amazon.com/ses/latest/dg/header-fields.html
As described in this document, you can use "SendRawEmail" and include "Message-ID" in the header to send an e-mail with an arbitrary value.
https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html
https://docs.aws.amazon.com/ses/latest/dg/send-email-concepts-email-format.html#send-email-concepts-email-format-header
Relevant content
- asked a year ago
- asked 3 years ago
- asked 9 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 2 years ago
Hi @Riku_Kobayashi, on the first link you posted https://docs.aws.amazon.com/ses/latest/dg/header-fields.html it says "If you provide a Message-ID header, Amazon SES overrides the header with its own value."