openstad / openstad-kubernetes

The Kubenernetes YAML files and the Helm chart for automated full stack deployment
https://www.open-stad.amsterdam/projecten/#
MIT License
4 stars 7 forks source link

fix: allow to override `FROM_NAME` and `FROM_EMAIL` env variable #83

Closed Badmuts closed 2 years ago

Badmuts commented 2 years ago

This can be an issue when using sendgrid SMTP server where the user name is apikey. This is not a valid email address and when the auth service sends an email it will not be sent by Sendgrid (since the from email = apikey).

This is an issue for auth clients that don't have a fromEmail defined in there config.