From 8ef5f25c33cae488e3019350a94b43fd07761a0c Mon Sep 17 00:00:00 2001 From: Steven Zhu Date: Sun, 11 Jul 2021 15:50:15 -0400 Subject: [PATCH] Add SENDGRID_FROM_NAME doc (PR #3595) --- notify.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notify.md b/notify.md index 7b07ff86..1424fded 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 ```