GoogleCloudPlatform / eventarc-samples

This repository contains a collection of samples for Eventarc for various use cases.
Apache License 2.0
74 stars 34 forks source link

Add configurable FROM_EMAIL in the notifier service #132

Closed ilkomiliev closed 1 year ago

ilkomiliev commented 1 year ago

SendGrid uses Sender Identity verification, which must validate the sender's email. At the moment the notifier services uses hard-coded email address to send the emails. In order to be able to pass verified from_email the list of the supported environment variables must be extended.