chrismccord / mailgun

Elixir Mailgun Client
MIT License
194 stars 95 forks source link

Allowed for dynamic mailgun configuration #43

Open rradz opened 8 years ago

rradz commented 8 years ago

This change would allow to use Application config to change settings of mailgun after compilation, as referenced in issue #34. I believe it would be useful, as requiring recompilation for settings change is quite tiresome.

vitalis commented 8 years ago

https://github.com/chrismccord/mailgun/pull/15