chrismccord / mailgun

Elixir Mailgun Client
MIT License
194 stars 95 forks source link

Remove superfluous config macro #21

Closed aerosol closed 7 years ago

aerosol commented 9 years ago

@chrismccord I have removed the config macro. There is nothing wrong with calling Application.get_env as much as one needs. This also allows painless deployment on heroku, where the env variables (such as the mailgun API key) are unavailable at compile-time.

I will update the README and bump major version once the code gets green light.