jorgemanrubia / mailgun_rails

Rails Action Mailer adapter for Mailgun
MIT License
210 stars 70 forks source link

Support the /domain/messages.mime endpoint #75

Open corytheboyd opened 7 years ago

corytheboyd commented 7 years ago

The client hard-codes the messages endpoint: https://github.com/jorgemanrubia/mailgun_rails/blob/master/lib/mailgun_rails/client.rb#L24

It would be nice to have a switch for changing the underlying endpoint that gets hit through the ActionMailer API somehow.