-
Notifications
You must be signed in to change notification settings - Fork 185
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
Invalid delivery method #105
Comments
@fadynaffa3 Could you try with Rails >= 5.0.0.1? I've got a sample application using Railgun that may help you set things up. |
@pirogoeth already tried with rails 5 before and worked correctly but the issue is on rails 4.2.8 and the documentation didn't mention the supported rails version and it's confusing. |
@fadynaffa3 I will see what I need to do to make it work with Rails 4.2.8. |
Thanks :) |
Any luck with this? |
@ivko999 try this: |
This is Rails bug, same underlying cause as #104. Fixed by pending Rails PR rails/rails#35419 |
Should probably note there is an issue with this Gem as well, as it's causing |
Version 1.2.4 with the fix was published to rubygems. Closing. |
I am getting this error after commenting out
config.action_mailer.mailgun_settings
as it was raisingundefined method
mailgun_settings=' for ActionMailer::Base:Class`Configuration:
The text was updated successfully, but these errors were encountered: