From bd8a3395e9a97e15e09c201810f3b54dd6fae3df Mon Sep 17 00:00:00 2001 From: "Felipe M. (aider)" Date: Mon, 2 Dec 2024 16:33:48 +0100 Subject: [PATCH] docs: Add catch-all recipient configuration to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e9deefe..76c1bcb 100644 --- a/README.md +++ b/README.md @@ -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