Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/googlecloudplatform/cloud-build-notifiers/smtp

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/googlecloudplatform/cloud-build-notifiers/smtp

  • v0.0.0-20210219212036-163c92a64b27
  • Source
  • Go
  • Socket score

Version published
Created
Source

Cloud Build SMTP Notifier

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.

Configuration Variables

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, use smtp.gmail.com.

  • port: The port (as a string) that will handle SMTP requests. If you want to use Gmail, use 587.

  • sender: This is the From field - the email that will appear as the sender of the email.

  • recipients: A list of To addresses.

  • password: The reference to a configuration in the secrets list.

FAQs

Package last updated on 19 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc