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
|
## 1. Set notification for mailgun.com
|
||||||
|
|
Loading…
Reference in New Issue