Send an email message
from
- From address.to
- To address.host
- The host of your SMTP server.username
- The username for your SMTP server.password
- The password for your SMTP server.passed-subject
- Use this option to override the default passed subject.failed-subject
- Use this option to override the default failed subject.passed-body
- Use this option to specify the passed body.failed-body
- Use this option to specify the failed body.on
- Possible values: always
and failed
, default always
Add EMAIL_PASSWORD as deploy target or application environment variable.
build:
after-steps:
- wouter/email-notify:
from: alerts@company.com
to: admin@company.com
username: username
password: $EMAIL_PASSWORD
host: smtp.gmail.com:587