wpeverest/Send Email Notification
A GitHub Action to send email notifications using Docker.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| smtp_server | SMTP server address | yes | — |
| smtp_port | SMTP server port | yes | — |
| smtp_username | SMTP username | yes | — |
| smtp_password | SMTP password | yes | — |
| to_email | Recipient email address | yes | — |
| subject | Email subject | yes | — |
| body | Email body content | yes | — |
Outputs
no outputs