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

Move from ActionMailer::Base.receive to Action Mailbox in processing inbound email #2463

Closed
ZeiP opened this issue Aug 20, 2020 · 0 comments · Fixed by #2706
Closed

Move from ActionMailer::Base.receive to Action Mailbox in processing inbound email #2463

ZeiP opened this issue Aug 20, 2020 · 0 comments · Fixed by #2706
Labels
API REST, RSS etc. API calls refactoring Works correctly, but doesn't look nice.

Comments

@ZeiP
Copy link
Member

ZeiP commented Aug 20, 2020

ActionMailer::Base.receive is deprecated and will be removed in Rails 6.1. Use Action Mailbox to process inbound email.

@ZeiP ZeiP added API REST, RSS etc. API calls refactoring Works correctly, but doesn't look nice. labels Aug 20, 2020
ZeiP added a commit that referenced this issue Jun 5, 2024
…ll requests for re-implementing with ActionMailbox are welcome.

Fixes #2463.
ZeiP added a commit that referenced this issue Jun 5, 2024
…ll requests for re-implementing with ActionMailbox are welcome.

Fixes #2463.
@ZeiP ZeiP closed this as completed in #2706 Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API REST, RSS etc. API calls refactoring Works correctly, but doesn't look nice.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant