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

feat: Add AWS SES support to email client #11467

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

gpdenny
Copy link

@gpdenny gpdenny commented Sep 9, 2024

Closes: #11463

Description:

Add support for AWS SES transport in email client.

Followed the same configuration / client convention as with S3.
(If there are further integrations with AWS I think it would be more appropriate to create a global configuration for AWS, instead repeating per service, as this is more likely to match how people write policies. Didn't want to potentially make breaking changes here to do that.)

Tested locally with Localstack and in a sandbox environment in AWS.
Also tested SMTP locally to ensure no regressions.

Reviewer actions

  • I have manually tested the changes in the preview environment
  • I have reviewed the code
  • I understand that "request changes" will block this PR from merging

Copy link

netlify bot commented Sep 9, 2024

👷 Deploy request for peaceful-bassi-cbf284 pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit f549bb4

@owlas
Copy link
Collaborator

owlas commented Sep 9, 2024

Hey @gpdenny thanks for this PR, at a quick glance it looks excellent. I'm going to chat with the team about whether we want to maintain this. We intentionally chose to use SMTP credentials for the broadest compatibility. However I see the benefits of eliminating long lived SMTP credentials.

Let me get back to you next week!

@gpdenny
Copy link
Author

gpdenny commented Sep 17, 2024

Hi @owlas just following up on this one 🙏 Any thoughts on maintaining?

@hamzahc1 hamzahc1 requested a review from owlas September 24, 2024 10:45
@hamzahc1
Copy link
Contributor

Hi @gpdenny this looks like a good PR! The team is a bit slammed at the moment so we haven't got bandwidth to review it but we will get to it 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AWS SES support for email client
3 participants