Closed
Description
Describe the feature
As of march 2024 AWS SES enabled sending headers with emails to support the one-click unsubscribe requirement enforced by google & yahoo, see: https://aws.amazon.com/about-aws/whats-new/2024/03/amazon-ses-headers-sending-email/
The aws-sdk-go-v2 does not yet support this for the functions sendEmail
& sendTemplatedEmail
.
Use Case
Sending emails as a bulk sender requires this.
We build our email-system using templated emails, we would like to keep using it.
I guess our options are:
- Wait for this sdk to support it.
- Request the api directly, dropping the sdk.
- Use and sdk in another language that supports it.
Proposed Solution
No response
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
AWS Go SDK V2 Module Versions Used
v1.28.4
Go version used
go version devel go1.24-e705a2d Wed Aug 7 01:16:42 2024 +0000 linux/amd64