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

Relocate ActionMailbox #162

Merged
merged 9 commits into from
Nov 14, 2024
Merged

Relocate ActionMailbox #162

merged 9 commits into from
Nov 14, 2024

Conversation

mullermp
Copy link
Contributor

Relocates the ActionMailbox SES feature to aws/aws-actionmailbox-ses-ruby#1

@mullermp
Copy link
Contributor Author

@ssunday fyi

Copy link
Contributor

@ssunday ssunday left a comment

Choose a reason for hiding this comment

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

Sqlite can be killed from the gemfiles/X, no?

@@ -1,3 +1,3 @@
options = {}
ActionMailer::Base.add_delivery_method :ses, Aws::ActionMailer::SESMailer, **options
ActionMailer::Base.add_delivery_method :ses_v2, Aws::ActionMailer::SESV2Mailer, **options
ActionMailer::Base.add_delivery_method :ses, Aws::ActionMailer::SES::Mailer, **options
Copy link
Contributor

Choose a reason for hiding this comment

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

isn't this an unrelated to mailbox change

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's in the sample-app. A change I made for the other gem. I just forgot to change it here, and when testing ActionMailbox, I got an unrelated error.

@mullermp
Copy link
Contributor Author

Sqlite can be killed from the gemfiles/X, no?

Yes. I can do this now. My original plan was to just do a sweeping clean up after I got all of the functionality out.

@mullermp
Copy link
Contributor Author

@ssunday All approved from our side. I think you can actually test this if you pull in aws-sdk-rails from github/branch in your gemfile, this gem and the other gems the same way. It should all still work. Otherwise, we can defer that and if you want to give approves that's fine too.

@mullermp mullermp merged commit 122eb2a into main Nov 14, 2024
15 checks passed
@mullermp mullermp deleted the actionmailbox2 branch November 14, 2024 03:23
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.

3 participants