Skip to content

Java V2 added SES example that shows new header information #7430

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

scmacdon
Copy link
Contributor

@scmacdon scmacdon commented May 2, 2025

This pull request adds a Java V2 SES example that shows including header information. This addresses tix P232172038,


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@scmacdon scmacdon added Java-v2 This issue relates to the AWS SDK for Java V2 Single action example A new (or significant update to a) small example, labels May 2, 2025
@scmacdon scmacdon self-assigned this May 2, 2025
@scmacdon scmacdon requested a review from tkhill-AWS May 2, 2025 18:05
@tkhill-AWS
Copy link
Collaborator

Scott, do you have CD build of this?

.headers(List.of(
MessageHeader.builder()
.name("List-Unsubscribe")
.value("<https://nutrition.co/?address=x&topic=x>, <mailto:[email protected]?subject=TopicUnsubscribe>")
Copy link
Collaborator

@tkhill-AWS tkhill-AWS May 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if you should anonymize this more? nutrition.co doesn't exist, now, but it might.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this code is ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Java-v2 This issue relates to the AWS SDK for Java V2 Single action example A new (or significant update to a) small example,
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants