dawidd6/Send email
Send an email to multiple recipients
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| connection_url | Connection URL protocol://user:password@server:port, protocol can be smtp or smtp+starttls, replaces server_address, server_port, secure, username and password | — | — |
| server_address | SMTP server address | — | — |
| server_port | SMTP server port | — | 25 |
| secure | Whether this connection use TLS (default is true if server_port is 465) | — | — |
| username | Authenticate as this user to SMTP server | — | — |
| password | Authenticate with this password to SMTP server | — | — |
| subject | Subject of mail message | yes | — |
| to | Recipients mail addresses (separated with comma) | no | — |
| from | Either a plain email address, or full name of the sender, followed by whitespace, followed by email address enclosed in <> | yes | — |
| body | Body of mail message (might be a filename prefixed with file:// to read from) | no | — |
| html_body | HTML body of mail message (might be a filename prefixed with file:// to read from) | no | — |
| 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 | — |
| in_reply_to | The Message-ID this message is replying to | no | — |
| ignore_cert | Allow unsigned/invalid certificates | no | — |
| convert_markdown | Convert body from Markdown to HTML (set content_type input as text/html too) | no | — |
| attachments | Files that will be added to mail message attachments (separated with comma) | no | — |
| priority | Set Priority level for the mail message to 'high', 'normal' (default) or 'low' | no | — |
| headers | Custom headers for the mail message as a JSON string (e.g., {"X-Custom-Header": "value"}) | no | — |
| nodemailerlog | Log option for nodemailer | no | — |
| nodemailerdebug | Debug option for nodemailer | no | — |
| envelope_from | Custom envelope sender address for SMTP MAIL FROM command | no | — |
| envelope_to | Custom envelope recipient addresses for SMTP RCPT TO command (separated with comma) | no | — |
Outputs
no outputs