andrewjdawes/GitHub Action Simple SMTP
Send email via SMTP
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | Hostname of SMTP server | yes | — |
| port | port of SMTP server | — | 587 |
| username | username of SMTP server | yes | — |
| password | password of SMTP server | yes | — |
| sender | sender of email | yes | — |
| recipient | recipient of email | yes | — |
| subject | subject of email | — | "" |
| body | body of email | — | "" |
Outputs
| name | description |
|---|---|
| time | The time we greeted you |