https://github.com/genuinetools/upmail
Email notification hook for https://github.com/sourcegraph/checkup.
https://github.com/genuinetools/upmail
bot certificates cli linux ping stats uptime
Last synced: 3 days ago
JSON representation
Email notification hook for https://github.com/sourcegraph/checkup.
- Host: GitHub
- URL: https://github.com/genuinetools/upmail
- Owner: genuinetools
- License: mit
- Created: 2016-09-21T04:15:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T20:08:09.000Z (about 5 years ago)
- Last Synced: 2025-04-08T15:49:39.713Z (6 months ago)
- Topics: bot, certificates, cli, linux, ping, stats, uptime
- Language: Makefile
- Homepage:
- Size: 21.8 MB
- Stars: 60
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# upmail
[](https://github.com/genuinetools/upmail/actions?query=workflow%3A%22make+all%22)
[](https://github.com/genuinetools/upmail/actions?query=workflow%3A%22make+image%22)
[](https://godoc.org/github.com/genuinetools/upmail)
[](https://github.com/genuinetools/upmail/releases)Provides email notifications for [sourcegraph/checkup](https://github.com/sourcegraph/checkup).
**Table of Contents**
- [Installation](#installation)
- [Binaries](#binaries)
- [Via Go](#via-go)
- [Usage](#usage)## Installation
#### Binaries
For installation instructions from binaries please visit the [Releases Page](https://github.com/genuinetools/upmail/releases).
#### Via Go
```console
$ go get github.com/genuinetools/upmail
```## Usage
```console
$ upmail -h
upmail - Email notification hook for https://github.com/sourcegraph/checkup.Usage: upmail
Flags:
--appengine enable the server for running in Google App Engine (default: false)
--password SMTP server password (default: )
--recipient recipient for email notifications (default: )
--mailgun-domain Mailgun Domain to use for sending email (optional) (default: )
--sender SMTP default sender email address for email notifications (default: )
--server SMTP server for email notifications (default: )
--username SMTP server username (default: )
--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: )Commands:
version Show the version information.
```