Add SENDGRID_FROM_NAME doc (PR #3595)

Steven Zhu 2021-07-11 15:50:15 -04:00
parent 035e1b9329
commit 8ef5f25c33

@ -95,6 +95,7 @@ acme.sh --set-notify --notify-hook mailgun
export SENDGRID_API_KEY="xxxxxxxxxx"
export SENDGRID_FROM="xxxx@cccc.com"
export SENDGRID_TO="xxxx@xxx.com"
export SENDGRID_FROM_NAME="Email Sender Name" # Custom name other than the email FROM address configured above.
acme.sh --set-notify --notify-hook sendgrid
```