adelynx/Github Actions Nodemailer
Github Actions to send email notifications using Nodemailer.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | SMTP server address | yes | — |
| port | SMTP server port | yes | — |
| secure | Whether this connection use TLS (default is true if smtp server port is 465) | no | — |
| username | Authenticate as this user to SMTP server | yes | — |
| password | Authenticate with this password to SMTP server | yes | — |
| subject | Subject of mail message | yes | — |
| to | Recipients mail addresses (separated with comma) | yes | — |
| from | Full name of mail sender (might be with an email address specified in <>) | yes | — |
| body | Body of mail message (might be a plain text or html) | yes | — |
| cc | Carbon copy recipients (separated with comma) | no | — |
| bcc | Blind carbon copy recipients (separated with comma) | no | — |
| reply_to | An email address that will appear on the Reply-To field | no | — |
Outputs
no outputs