jayaraj007007/Send E-Mail (SMTP)
Sending Email via SMTP
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| smtp-server | The smtp server to use | yes | — |
| smtp-port | The smtp port to use | no | 465 |
| smtp-secure | If the smtp server uses ssl | no | true |
| from-email | The sender of the mail | yes | — |
| to-email | The recipients of the mail seperated by comma | yes | — |
| username | The username of the mail account | yes | — |
| password | The password of the mail account | yes | — |
| subject | The subject of the mail | yes | — |
| body | The body of the mail | — | — |
| html | HTML Content of the mail | — | — |
Outputs
no outputs