jorgemanrubia / mailgun_rails

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

Custom sending domain #56

Open dhiemstra opened 8 years ago

dhiemstra commented 8 years ago

See issue #54

This allows setting the domain option to auto so the Deliverer will automatically set the domain based on the from address.

Any feedback is welcome.

tcostermans commented 8 years ago

Nice PR. Bumped into the exact same issue. However, our setup uses 3 different mailgun accounts, with 3 different API Keys. I guess that can be also solved, but the current PR doesn't take this into account. The domain is dynamically set, but there is only 1 API key which is fetched from the config.

Is this project still active btw, will the PR get merged at some point?