Differences From
Artifact [4b74daffcc]:
| ︙ | | | ︙ | |
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
default = 0
[recipients]
"admin@example.com" = 12345678
"alerts@example.com" = -10012345678
```
---
## Usage
### Run
```bash
|
>
>
|
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
default = 0
[recipients]
"admin@example.com" = 12345678
"alerts@example.com" = -10012345678
```
All recipients are internally lowercased, so `UserName` equals `username`.
---
## Usage
### Run
```bash
|
| ︙ | | | ︙ | |