mirror of
https://github.com/harness-community/drone-email.git
synced 2026-06-04 18:24:18 +08:00
633 B
633 B
Use this plugin for sending build status notifications via Email. You can override the default configuration with the following parameters:
from- Send notifications from this addresshost- SMTP server hostport- SMTP server port, defaults to587username- SMTP usernamepassword- SMTP passwordrecipients- List of recipients, defaults to commit email
Example
The following is a sample configuration in your .drone.yml file:
notify:
email:
from: noreply@github.com
host: smtp.mailgun.org
username: octocat
password: 12345
recipients:
- octocat@github.com