actions-marketplace-validations/Mailgun Action
Github action to send a mail using the Mailgun API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | Mailgun API Key | yes | — |
| domain | Your Domain Name | yes | — |
| api-base-url | Optional Mailgun API base URL. Use https://api.eu.mailgun.net for EU-region domains. | no | — |
| eu-region | Optional shorthand for EU Mailgun accounts. Set to true to use https://api.eu.mailgun.net. | no | — |
| to | Email address of the recipient(s). Example: bob@host.com. You can use commas to separate multiple recipients. | yes | — |
| cc | Email address to recieve carbon copies. Example: bob@host.com. You can use commas to separate multiple recipients. | no | — |
| from | The email that will be shown as sender. Default will be hello@+your domain name. Like - hello@example.com | no | — |
| subject | Email subject. | no | — |
| body | Body of the email (HTML Supported). | no | — |
Outputs
| name | description |
|---|---|
| response | Response from Mailgun. |