This actions send a mail using the SendGrid API to the defined mails
Required The token of the SendGrid that will be used.
Required The mail/mails at which the mails will be send. Can be one or more. For example
where "," can be anything as it can be defined at the splitterator.
Optional The mail that will be shown as the sender. Default : "[email protected]"
Optional The subject of the mail. Default: GitHub action notification
Optional Defines if it should be one email with multiple address or multiple emails with a single address
Optional The subject of the mail. Variables
Optional The splitterator used for the mail list. Default: ','
- name: SendGrid Action
uses: mmichailidis/[email protected]
with:
sendgrid-token: 'sample'
mail: '[email protected]'