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

fix(rails): register delivery method before ActionMailer initialization #24

Closed
wants to merge 1 commit into from

Conversation

rainerborene
Copy link
Contributor

@rainerborene rainerborene commented Oct 31, 2023

After upgrading from Rails 7 to 7.1 I got an error message saying that mailgun_settings= method does not exist. This pull requests fixes that by registering the mailgun delivery method before ActionMailer setup process. The official mailgun-ruby gem had a similar issue in the past as seen here:

@timcraft
Copy link
Member

timcraft commented Nov 1, 2023

Thanks. Applied in 7e2cf6a (available in v3.3.0)

@timcraft timcraft closed this Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants