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