chore: updated readme with links to shoutrrr docs
This commit is contained in:
parent
0ec1c15e8e
commit
9625807106
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# smtp2Shoutrrr
|
# 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
|
## Installing
|
||||||
|
|
||||||
|
@ -20,6 +20,7 @@ Password = "nometokens"
|
||||||
# Email addresses to forward emails from
|
# Email addresses to forward emails from
|
||||||
Addresses = ["some@email.com"]
|
Addresses = ["some@email.com"]
|
||||||
# Shoutrrr service to forward emails to
|
# Shoutrrr service to forward emails to
|
||||||
|
# See shoutrrr documentation: https://containrrr.dev/shoutrrr/
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue