wwwouter / wercker-step-email-notify

0 stars 4 forks source link

email-notify

Send an email message

Options

required

optional

Example

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