mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-03-30 19:50:07 +08:00
Updated notify (markdown)
parent
2ffcc8647d
commit
cf4907e290
14
notify.md
14
notify.md
@ -39,6 +39,20 @@ acme.sh --set-notify [--notify-mode 0]
|
||||
|
||||
```
|
||||
|
||||
There can be multiple `--notify-hook` parameters:
|
||||
|
||||
```
|
||||
acme.sh --set-notify --notify-hook mailgun --notify-hook mail
|
||||
```
|
||||
|
||||
And, all the parameters can be used together:
|
||||
|
||||
```sh
|
||||
acme.sh --set-notify --notify-hook mailgun --notify-hook mail \
|
||||
--set-notify --notify-level 2 \
|
||||
--set-notify --notify-mode 0
|
||||
|
||||
```
|
||||
|
||||
|
||||
## 1. Set notification for mailgun.com
|
||||
|
Loading…
Reference in New Issue
Block a user