https://github.com/badsyntax/dokku-email
A simple dokku plugin to send email notifications on successful deployment.
https://github.com/badsyntax/dokku-email
dokku dokku-plugin
Last synced: 8 months ago
JSON representation
A simple dokku plugin to send email notifications on successful deployment.
- Host: GitHub
- URL: https://github.com/badsyntax/dokku-email
- Owner: badsyntax
- License: mit
- Created: 2020-11-05T20:39:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-05T21:29:39.000Z (over 5 years ago)
- Last Synced: 2025-02-15T05:15:02.900Z (12 months ago)
- Topics: dokku, dokku-plugin
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# dokku-email
A simple dokku plugin to send email notifications on successful deployment.
It relies on the "mail" command existing. Install it with `apt-get install mailutils`.
It's suggested you also install `postfix` as a satellite system that uses a 3rd party mail server for sending mail.
## Plugin installation
```sh
dokku plugin:install https://github.com/badsyntax/dokku-email.git
```
Update the plugin with:
```sh
dokku plugin:update email
```
## Commands
Show help:
```sh
dokku email:help
```
Add an email:
```sh
dokku email:add email@example.com
```
Remove an email
```sh
dokku email:remove email@example.com
```
List emails:
```sh
dokku email:list
```