bingblue/Send Nodemailer
Send Email By Nodemailer
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | is the hostname or IP address to connect to | — | smtp.exmail.qq.com |
| port | is the port to connect to | — | 465 |
| secure | is the use TLS | — | true |
| user | is the username | — | — |
| pass | is the password | — | — |
| from | The email address of the sender | — | [滨清科技] <system@bingblue.com> |
| to | Comma separated list or an array of recipients email addresses | — | — |
| subject | The subject of the email | — | 来自Github Actions的自动发送 |
| text | The plaintext version of the message as an Unicode string, Buffer, Stream or an attachment-like object ({path: ‘/var/data/…’}) | — | — |
| html | The HTML version of the message as an Unicode string, Buffer, Stream or an attachment-like object ({path: ‘http://…‘}) | — | — |
| github | Github env | — | — |
| success | Job.status env | — | — |
Outputs
no outputs