Skip to content

Enable setting headers with sendEmail & SendTemplatedEmail #2899

Closed
@eporomaa

Description

@eporomaa

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

  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestA feature should be added or improved.needs-triageThis issue or PR still needs to be triaged.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions