/dokku-email

A simple dokku plugin to send email notifications on successful deployment.

Primary LanguageShellMIT LicenseMIT

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

dokku plugin:install https://github.com/badsyntax/dokku-email.git

Update the plugin with:

dokku plugin:update email

Commands

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