SendGrid
-
Create an account at SendGrid.
-
Go to Settings → API Keys and create a new key.
-
Add it to
.env:SENDGRID_API_KEY=<api_key> -
Go to Settings → Sender Authentication and verify a single sender.
-
Add the verified address to
.env:SENDGRID_EMAIL=<verified_sender_address>