From 962580710685224fa1143ad5beb097a61151ce51 Mon Sep 17 00:00:00 2001 From: "Felipe M." Date: Sun, 24 Nov 2024 13:56:12 +0100 Subject: [PATCH] chore: updated readme with links to shoutrrr docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b62f59..e9deefe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # smtp2Shoutrrr -A simple SMTP server that forwards incoming emails to a Shoutrrr service. +A simple SMTP server that forwards incoming emails to a [Shoutrrr supported service](https://containrrr.dev/shoutrrr/). ## Installing @@ -20,6 +20,7 @@ Password = "nometokens" # Email addresses to forward emails from Addresses = ["some@email.com"] # Shoutrrr service to forward emails to +# See shoutrrr documentation: https://containrrr.dev/shoutrrr/ Target = "ntfy://ntfy.sh/my-ntfy-topic?tags=thing" # Note: Repeat [[Recipients]] as needed