We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
this issue: rails/rails#36546 is caused by this gem because of
# /lib/railgun/railtie.rb ActionMailer::Base.add_delivery_method :mailgun, Railgun::Mailer
rails/rails#36546 (comment)
and it can be fixed I guess by rails/rails#36546 (comment)
ActiveSupport.on_load(:action_mailer) do add_delivery_method :mailgun, Railgun::Mailer end
The text was updated successfully, but these errors were encountered:
#162 is an attempt to address this.
Sorry, something went wrong.
official response from mailgun support:
We do not have an exact date as this is something that is being worked on. Our goal is to have it done in roughly the next few months
So either don't use mailgun, this gem, fix it yourself or don't upgrade rails next few months ...
Looks like a fix for this was just introduced in v1.2.4: https://github.com/mailgun/mailgun-ruby/blob/v1.2.4/lib/railgun/railtie.rb#L5-L8.
v1.2.4
No branches or pull requests
this issue: rails/rails#36546 is caused by this gem because of
rails/rails#36546 (comment)
and it can be fixed I guess by rails/rails#36546 (comment)
The text was updated successfully, but these errors were encountered: