hemupadhyay26/Action email notification
Sending mail via a cicd workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| type | type of email service to use ses or password | yes | — |
| server_address | SMTP server address | — | — |
| server_port | SMTP server port | — | 25 |
| username | Authenticate as this user to SMTP server | — | — |
| password | Authenticate with this password to SMTP server | — | — |
| subject | Subject of mail message | yes | — |
| to | Recipients mail addresses (separated with comma) | yes | — |
| from | Full name of mail sender (might be with an email address specified in <>) | yes | — |
| body | Body of mail message (might be a filename prefixed with file:// to read from) | no | — |
| region | AWS region (if sending mail via AWS SES) | — | — |
| access_key | AWS access key | — | — |
| secret_key | AWS secret key | — | — |
| attachments | List of attachments to be sent with the email (only support file not folder) | no | — |
| convert_markdown | Convert markdown to HTML if set to true | no | — |
Outputs
| name | description |
|---|---|
| mail_id | Mail id |