devellany/Send mailer
Dynamically send an email with attachments.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| host | Enter SMTP host. | yes | — |
| port | Enter SMTP port. (defaults to 465) | no | 465 |
| account | Enter SMTP host account. | yes | — |
| password | Enter SMTP host account password. | yes | — |
| sender | Enter sender name. | yes | — |
| from | Enter sender mail. | yes | — |
| to | Enter recipient emails and separated with 'comma'. (The prefix 'file://' if you want to read a file) | yes | — |
| subject | Enter the subject of the mail. (The prefix 'file://' if you want to read a file) | yes | — |
| body | Enter the body of the mail. (The prefix 'file://' if you want to read a file) | yes | — |
| contentType | Enter Content-Type HTTP header. (defaults to 'text/plain') | no | text/plain |
| attachments | Attachment files are entered as an array. Required key 'path'. (The prefix 'file://' if you want to read a file) | no | — |
Outputs
no outputs