Differences From Artifact [4b74daffcc]:
- File README.md — part of check-in [158c9cffc6] at 2026-08-01 15:30:38 on branch trunk — fix regexp, get rid of relaying variants as they are actually noop after move to mailin (user: arcade, size: 2434) [annotate] [blame] [check-ins using]
To Artifact [3481cdb912]:
- File README.md — part of check-in [aaa78fed23] at 2026-08-01 19:29:41 on branch trunk — drop dot removal (wrong), document lowercasing (user: arcade, size: 2510) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
29 30 31 32 33 34 35 36 37 38 39 40 41 42 | 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 |
| ︙ |