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

Send email via SESv2 using mailbox format #3512

Closed
lonix1 opened this issue Oct 15, 2024 · 2 comments
Closed

Send email via SESv2 using mailbox format #3512

lonix1 opened this issue Oct 15, 2024 · 2 comments
Assignees
Labels
doc-apireference documentation This is a problem with documentation. p2 This is a standard priority issue response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.

Comments

@lonix1
Copy link

lonix1 commented Oct 15, 2024

Describe the issue

It is common to use the "mailbox" format for email addresses, e.g. "John Doe <[email protected]>".

I tried that with SESv2 client.SendEmailAsync and it worked.

However, it is not documented anywhere and I fear it may not be an officially supported use case.

Can someone please confirm whether this format is allowed? (If so, maybe the docs could be updated to reflect that.)

Links

https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/SimpleEmailV2/TSendEmailRequest.html

@lonix1 lonix1 added documentation This is a problem with documentation. needs-triage This issue or PR still needs to be triaged. labels Oct 15, 2024
@bhoradc bhoradc added p2 This is a standard priority issue doc-apireference and removed needs-triage This issue or PR still needs to be triaged. labels Oct 15, 2024
@bhoradc bhoradc self-assigned this Oct 15, 2024
@ashishdhingra ashishdhingra added the investigating This issue is being investigated and/or work is in progress to resolve the issue. label Oct 15, 2024
@ashishdhingra
Copy link
Contributor

ashishdhingra commented Oct 17, 2024

@lonix1 Good afternoon. Thanks for reporting the issue. The API documentation for AWS SDK .NET is generated from service models shared by the service team. For instance, if you compare the .NET API reference https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/SimpleEmailV2/TDestination.html and service API reference https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_Destination.html, both are similar.

Most SMTP servers support mailbox format. If you check SES developer guide at Email format in Amazon SES, it shows example on how it SES constructs an email message compliant with the Internet Message Format specification (RFC 5322). The example demonstrates mailbox format. If you think it would be helpful to explicitly call this out in SES developer guide or API, please use the Provide Feedback link at the bottom of Email format in Amazon SES page, so that it is directed to the correct team. Please let me know if you have any further questions.

Thanks,
Ashish

@ashishdhingra ashishdhingra added response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. and removed investigating This issue is being investigated and/or work is in progress to resolve the issue. labels Oct 17, 2024
@lonix1 lonix1 closed this as completed Oct 18, 2024
Copy link

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-apireference documentation This is a problem with documentation. p2 This is a standard priority issue response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Projects
None yet
Development

No branches or pull requests

3 participants