Sendgrid
-
Create a SendGrid account - Go to https://signup.sendgrid.com/ and create a new SendGrid account.
-
Generate an API key - Navigate to Settings -> API Keys and create a new API key.
-
Add API key to .env - Copy the generated API key and add it to your
.envfile under the field:
SENDGRID_API_KEY-
Verify a sender email - Go to Settings -> Sender Authentication and verify a single sender.
-
Add verified email to .env - Copy the verified email address and add it to your
.envfile under the field:
SENDGRID_EMAILThis app is required for Workflows
Last updated on