docs: Add catch-all recipient configuration to README
This commit is contained in:
parent
aa1fd99ffd
commit
bd8a3395e9
1 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,11 @@ Addresses = ["some@email.com"]
|
|||
Target = "ntfy://ntfy.sh/my-ntfy-topic?tags=thing"
|
||||
|
||||
# Note: Repeat [[Recipients]] as needed
|
||||
|
||||
# Optional: Configure a catch-all recipient for unmatched email addresses
|
||||
[CatchAll]
|
||||
# Shoutrrr service to forward unmatched emails to
|
||||
Target = "ntfy://ntfy.sh/catch-all-topic?tags=unmatched"
|
||||
```
|
||||
|
||||
### From releases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue