mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-15 21:08:20 +08:00
Add SENDGRID_FROM_NAME doc (PR #3595)
@@ -95,6 +95,7 @@ acme.sh --set-notify --notify-hook mailgun
|
|||||||
export SENDGRID_API_KEY="xxxxxxxxxx"
|
export SENDGRID_API_KEY="xxxxxxxxxx"
|
||||||
export SENDGRID_FROM="xxxx@cccc.com"
|
export SENDGRID_FROM="xxxx@cccc.com"
|
||||||
export SENDGRID_TO="xxxx@xxx.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
|
acme.sh --set-notify --notify-hook sendgrid
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user