Skip to content

Latest commit

 

History

History
58 lines (47 loc) · 1.5 KB

README.md

File metadata and controls

58 lines (47 loc) · 1.5 KB

upmail

Travis CI

Provides email notifications for sourcegraph/checkup.

Installation

Binaries

Via Go

$ go get github.com/jessfraz/upmail

Usage

$ upmail -h
                             _ _
 _   _ _ __  _ __ ___   __ _(_) |
| | | | '_ \| '_ ` _ \ / _` | | |
| |_| | |_) | | | | | | (_| | | |
 \__,_| .__/|_| |_| |_|\__,_|_|_|
      |_|

 Email notification hook for https://github.com/sourcegraph/checkup.
 Version: v0.2.0
 Build: 640385f

  -appengine
        enable the server for running in Google App Engine
  -config string
        config file location (default "checkup.json")
  -d    run in debug mode
  -interval string
        check interval (ex. 5ms, 10s, 1m, 3h) (default "10m")
  -mailgun string
        Mailgun API Key to use for sending email (optional)
  -mailgun-domain string
        Mailgun Domain to use for sending email (optional)
  -password string
        SMTP server password
  -recipient string
        recipient for email notifications
  -sender string
        SMTP default sender email address for email notifications
  -server string
        SMTP server for email notifications
  -username string
        SMTP server username
  -v    print version and exit (shorthand)
  -version
        print version and exit