docs: Add catch-all recipient configuration to README

This commit is contained in:
Felipe M 2024-12-02 16:33:48 +01:00
parent aa1fd99ffd
commit bd8a3395e9
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8

View file

@ -24,6 +24,11 @@ Addresses = ["some@email.com"]
Target = "ntfy://ntfy.sh/my-ntfy-topic?tags=thing" Target = "ntfy://ntfy.sh/my-ntfy-topic?tags=thing"
# Note: Repeat [[Recipients]] as needed # 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 ### From releases