Skip to content
flexcal Documentation

SendGrid

  1. Create an account at SendGrid.

  2. Go to SettingsAPI Keys and create a new key.

  3. Add it to .env:

    SENDGRID_API_KEY=<api_key>
  4. Go to SettingsSender Authentication and verify a single sender.

  5. Add the verified address to .env:

    SENDGRID_EMAIL=<verified_sender_address>