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
[x] 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
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
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:
Proposed Solution
No response
Other Information
No response
Acknowledgements
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