aws / aws-sdk-js-v3

Modularized AWS SDK for JavaScript.
Apache License 2.0
2.96k stars 557 forks source link

Support for Header in SendEmail #6093

Closed eaoliver closed 1 month ago

eaoliver commented 1 month ago

Describe the feature

Amazed released support for Headers in SendMail and SendRawMail in March 2024. It would be nice if SendEmail supported headers: https://aws.amazon.com/about-aws/whats-new/2024/03/amazon-ses-headers-sending-email/

Use Case

For adding headers to simple emails.

Proposed Solution

No response

Other Information

No response

Acknowledgements

SDK version used

3.575.0

Environment details (OS name and version, etc.)

Node: v20.8.0

RanVaknin commented 1 month ago

Hi @eaoliver ,

This seems to already be supported. You need to use SESv2 Client to use this.

Thanks, Ran~

eaoliver commented 1 month ago

Thank you @RanVaknin . I did not see the second v2 client.

github-actions[bot] commented 1 month ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.