notifier

command
v0.0.0-...-0d7c59d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

README

Notifier service

Use to send emails and text messages (email to phone number)
Uses a yaml configuration file to specify:

  • smtp information
  • tls cert and key files
  • port to listen on
    See conf/polygon.yaml.example

Takes a JSON payload with the format:

{  
	"Message" : "Message to Send",  
	"Recipients" : [  
		"user@email.com"  
	]  
}  

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL