SendGrid
Since: 1.6.0
SendGrid (opens in a new tab) is a transactional email service.
We can send SendGrid message by use SendGrid API (opens in a new tab), you can follow the SendGrid API Keys (opens in a new tab) to get the API Key.
Configuration
type: sendgrid
token
- SendGrid API Keyfrom
- Sender email addressto
- Receiver email address
models:
my_app:
storages:
local:
type: local
keep: 10
notifiers:
sendgrid:
type: sendgrid
from: from@example.com
to: to@example.com
token: xxxxxxxx