Email notification hook for https://github.com/sourcegraph/checkup.


Keywords
bot, certificates, cli, linux, ping, stats, uptime
License
MIT
Install
go get github.com/genuinetools/upmail

Documentation

upmail

make-all make-image GoDoc Github All Releases

Provides email notifications for sourcegraph/checkup.

Table of Contents

Installation

Binaries

For installation instructions from binaries please visit the Releases Page.

Via Go

$ go get github.com/genuinetools/upmail

Usage

$ upmail -h
upmail -  Email notification hook for https://github.com/sourcegraph/checkup.

Usage: upmail <command>

Flags:

  --appengine       enable the server for running in Google App Engine (default: false)
  --password        SMTP server password (default: <none>)
  --recipient       recipient for email notifications (default: <none>)
  --mailgun-domain  Mailgun Domain to use for sending email (optional) (default: <none>)
  --sender          SMTP default sender email address for email notifications (default: <none>)
  --server          SMTP server for email notifications (default: <none>)
  --username        SMTP server username (default: <none>)
  --config          config file location (default: checkup.json)
  -d                enable debug logging (default: false)
  --interval        check interval (ex. 5ms, 10s, 1m, 3h) (default: 10m0s)
  --mailgun         Mailgun API Key to use for sending email (optional) (default: <none>)

Commands:

  version  Show the version information.