This notifier uses SMTP to send email notifications.
This notifier runs as a container via Google Cloud Run and responds to events that Cloud Build publishes via its Pub/Sub topic.
For detailed instructions on setting up this notifier, see Configuring SMTP notifications.
This notifier expects the following fields in delivery
map to be set:
-
server
: The address of the SMTP server. If you want to use Gmail, usesmtp.gmail.com
. -
port
: The port (as a string) that will handle SMTP requests. If you want to use Gmail, use587
. -
sender
: This is theFrom
field - the email that will appear as the sender of the email. -
recipients
: A list ofTo
addresses. -
password
: The reference to a configuration in thesecrets
list.