Skip to content
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

Set preview text for emails that will show only in subject line not in the top of email body. #2564

Closed
2 tasks
Gurarkpreet opened this issue Mar 19, 2024 · 2 comments
Labels
feature-request A feature should be added or improved. service-api This issue is due to a problem in a service API, not the SDK implementation.

Comments

@Gurarkpreet
Copy link

Describe the feature

I was finding out to set preview text for emails. I have tried many things like - setting preview_text and email_template in Body field of Message but it show preview text in the beginning of the email body. But I need to show preview text only in subject line not in the top of email body.
Is there any way to set preview_text only in subject line. If yes, then please let me know I did not find it in documentation and tried many ways to get a solution.

Use Case

I want to send email with Preview_text that will visible with subject in subject line but not in the body of the email.

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

"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/config"
"github.com/aws/aws-sdk-go-v2/feature/s3/manager"
"github.com/aws/aws-sdk-go-v2/service/s3"
"github.com/aws/aws-sdk-go-v2/service/s3/types"
"github.com/aws/aws-sdk-go-v2/service/ses"
"github.com/aws/aws-sdk-go-v2/service/sesv2"
"github.com/aws/aws-sdk-go-v2/service/sesv2/types"

Go version used

go version go1.20.7 linux/amd64

@Gurarkpreet Gurarkpreet added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Mar 19, 2024
@lucix-aws
Copy link
Contributor

The SDKs cannot field requests of this nature, as we do not own the APIs dictated by the service teams.

@lucix-aws lucix-aws added service-api This issue is due to a problem in a service API, not the SDK implementation. and removed needs-triage This issue or PR still needs to be triaged. labels Mar 19, 2024
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. service-api This issue is due to a problem in a service API, not the SDK implementation.
Projects
None yet
Development

No branches or pull requests

2 participants