mirror of
https://github.com/harness-community/drone-email.git
synced 2026-06-04 18:24:18 +08:00
617 B
617 B
Use the Email plugin to send an email to a recipient list when a build completes. The following parameters are used to configure the email plugin:
from- sends email from this addresshost- smtp server hostport- smtp server port (defaults to587)username- smtp server usernamepassword- smtp server passwordrecipient- list of email recipients (defaults to commit email)
Same email configuration:
notify:
email:
from: noreply@github.com
host: smtp.mailgun.org
port: 587
username: octocat
password: 12345
recipients:
- octocat@github.com