From 705bfa560571973cba5d2ae867b2978239023a86 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Sat, 21 Sep 2024 06:35:23 +0500 Subject: [PATCH] update docs --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb928ac..373fcc4 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,19 @@ NTFY_URL='https://ntfy.sh' NTFY_DOMAIN='ntfy.local' ``` 3. Start the container `docker compose up -d` - - - +4. Configure your application to use this brige +``` +SMTP +Host: +Port: 2525 +SSL: non +Authentication: non +Username: it_doesnt@matter.com +Password: this_field_is_ignored +Sender Address: this_also@ignored.com +``` +5. Send test email to your ntfy topic or telegram chat id, example below +``` +topic@ntfy.local +chatid@telegram.local +```