dsfx3d/Action to send email via AWS SES without using SMTP credentials
Send Email via AWS SES
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jun 5, 2025
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: dsfx3d/action-aws-ses@a0daa3774d2bb09e2bcb512e55bdc3510b6102ef # v1.0.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| bcc | Email address of the BCC recipient | no | — |
| body | Body of the email | no | — |
| body_html | Body of the email in HTML format | no | — |
| cc | Email address of the CC recipient | no | — |
| from | Email address of the sender | yes | — |
| reply_to | Email address to reply to | no | — |
| subject | Subject of the email | yes | — |
| to | Email address of the recipient | yes | — |
Outputs
no outputs