diff --git a/notify.md b/notify.md index 7b07ff8..1424fde 100644 --- a/notify.md +++ b/notify.md @@ -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 ```