actions-marketplace-validations/Send email ex
Send an email to multiple recipients
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
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 | yes | — |
| password | Authenticate with this password to SMTP server | yes | — |
| subject | Subject of mail message | yes | — |
| body | Body of mail message (might be a filename prefixed with file:// to read from) | yes | — |
| to | Recipients mail addresses (separated with comma) | yes | — |
| from | Email address of the sender | yes | — |
| cc | Carbon copy recipients (separated with comma) | no | — |
| bcc | Blind carbon copy recipients (separated with comma) | no | — |
| content_type | Content-Type HTTP header (text/html or text/plain) | no | text/plain |
| 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 | — |
Outputs
no outputs