alexgaribay / sendgrid_elixir

Create and send composable emails with Elixir and SendGrid.
MIT License
86 stars 44 forks source link

Support {:system, env_name} in API key #26

Closed giraphme closed 5 years ago

giraphme commented 6 years ago

Hi @alexgaribay ,

I supported to use {:system, env_name} in our config. Because I previously used System.get_env/1 in my config, but to use it, environment variables are needed at compile time.