jonnitto/Send email with a specific service
Send email with the well known services from nodemailer
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| service | Name of the service described at https://nodemailer.com/smtp/well-known | yes | iCloud |
| user | Username | yes | — |
| pass | Password | yes | — |
| from | The email address of the sender | no | — |
| individual | Send multiple emails, and not all in one, (only for the to field, cc and bcc are always sent in the email) | no | false |
| to | Comma separated list or an array of recipients email addresses that will appear on the To: field | yes | — |
| cc | Comma separated list or an array of recipients email addresses that will appear on the Cc: field | no | — |
| bcc | Comma separated list or an array of recipients email addresses that will appear on the Bcc: field | no | — |
| replyTo | An email address that will appear on the Reply-To: field | no | — |
| priority | Sets message importance headers, either "high", "normal" (default) or "low". | no | normal |
| subject | The subject of the email | yes | Github Actions |
| text | The plaintext version of the message as an Unicode string, Buffer, Stream or an attachment-like object ({path: "/var/data/…"}) | no | — |
| html | The HTML version of the message as an Unicode string, Buffer, Stream or an attachment-like object ({path: "http://…"}) | no | — |
Outputs
no outputs