aws / aws-sdk-go-v2

AWS SDK for the Go programming language.
https://aws.github.io/aws-sdk-go-v2/docs/
Apache License 2.0
2.68k stars 647 forks source link

Enable setting headers with sendEmail & SendTemplatedEmail #2899

Closed eporomaa closed 1 week ago

eporomaa commented 1 week ago

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:

  1. Wait for this sdk to support it.
  2. Request the api directly, dropping the sdk.
  3. Use and sdk in another language that supports it.

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

github-actions[bot] commented 1 week ago

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.

eporomaa commented 1 week ago

PEBKAC - Supported in later versions.