actions-marketplace-validations/Send Email Nodemailer
A GitHub Action to send an email to multiple recipients via Nodemailer
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| to | Receivers | yes | — |
| from | Sender | yes | — |
| subject | Email Subject | yes | — |
| body | Email Body | yes | — |
| aws_access_key_id | AWS_ACCESS_KEY_ID | no | — |
| aws_secret_access_key | AWS_SECRET_ACCESS_KEY | no | — |
Outputs
| name | description |
|---|---|
| message | Return message confirmation |