-
-
Notifications
You must be signed in to change notification settings - Fork 12
Notification configuration notes
ChuckMac edited this page Mar 21, 2022
·
1 revision
- Be sure that your notification body contains atleast something, often
{base_url}
will be empty, an empty notification body often causes problems with many notification targets - Make sure you're not exceeding your target notification service message length when using
{current_snapshot}
,{diff}
or{diff_full}
tokens
Discord and Telegram notifications are not super reliable on these devices, this is an issue for apprise not for ADRFinder
- There's a limit of 2,000 characters total notification length (See https://github.com/dgtlmoon/changedetection.io/issues/323) - in this case it will fail silently.
- Using a
@
in your mailtos/smtps password, see https://github.com/caronc/apprise/issues/400 - There are specific apprise helpers for yahoomail, gmail, etc https://github.com/caronc/apprise/wiki/Notify_email
Your SMTP server is located at mail.mycompany.com
and your target email address is steve@gmail.com
You would specify it as mailto://<from-including-smtp-server>?to=email
mailto://john@mail.mycompany.com/?to=steve@gmail.com
For more help - see the Apprise email info https://github.com/caronc/apprise/wiki/Notify_email
Use the jsons://
notification type and simply set the body in the "Notification body"