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.
dokku plugin:install https://github.com/badsyntax/dokku-email.git
Update the plugin with:
dokku plugin:update email
Show help:
dokku email:help
Add an email:
dokku email:add email@example.com
Remove an email
dokku email:remove email@example.com
List emails:
dokku email:list