akalita-mms/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 |
|---|---|---|---|
| server_address | SMTP server address | yes | — |
| server_port | SMTP server port | yes | — |
| username | Authenticate as this user to SMTP server | no | — |
| password | Authenticate with this password to SMTP server | no | — |
| 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 | — |
| secure | Whether this connection use TLS (default is true if server_port is 465) | no | — |
| 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 | — |
Outputs
no outputs