name: Send Email
on: [workflow_dispatch]
jobs:
send-email:
runs-on: ubuntu-latest
steps:
- name: Send email using SendGrid
uses: xander-rudolph/send-grid-action@main
env:
sendGridApiKey: ${{ secrets.SENDGRID_KEY }}
with:
toEmail: addressee@example.com
fromEmail: emailaddress-registered-to-sendgrid@example.com
subject: "This is an email subject"
body: "This is an email from github actions"
Xander-Rudolph/send-grid-action
Use this GitHub action with your project
Add this Action to an existing workflow or create a new oneFolders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|