Skip to content

Send Email Action (Node)

Actions
Send email to list of recipients when workflow finishes
v1
Latest
Star (6)

Send Email action

This action sends an email to recipient list when a workflow finishes.

Inputs

server_address

Required - URL of SMTP server

username

Required - Auth username for SMTP server.

password

Required - Auth password for SMTP server.

from

Required - Sender email address

to

Required - Comma-separeated recipient list of addresses

subject

Required - Email subject line

body

Required - Email body text

Example usage

- name: Send some mail
  uses: wadeww/send-email-action@master
  with:
    server_address: smtp.gmail.com
    port: 465
    username: ${{secrets.MAIL_USERNAME}}
    password: ${{secrets.MAIL_PASSWORD}}
    subject: Workflow finished
    body: Job completed ${{job.status}}
    to: john@denver.com, elton@john.com
    from: Me

Send Email Action (Node) is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Send email to list of recipients when workflow finishes
v1
Latest

Send Email Action (Node) is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.