Gary Bunofsky
Gary Bunofsky
Also experiencing this issue with Rails 4.2.3 on Heroku.
As far as I know it is. I have `mailgun_api_key`, `mailgun_domain` and `mailgun_sender` set in my `secrets.yml`. My production.rb has the following to override actionmailer: `config.action_mailer.delivery_method = :mailgun config.action_mailer.mailgun_settings =...
Thanks @bsodmike. I did what you suggested and used environment variables instead of `Rails.application.secrets`. I'm no longer getting the `RestClient::ResourceNotFound (404 Resource Not Found):` error. I appreciate your help. For...
@vgunawan I am running into the same issue. Sounds like I should just fork
New version plz