Skip to content

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

ARMv7 (RaspberryPi 3 etc)

Discord and Telegram notifications are not super reliable on these devices, this is an issue for apprise not for ADRFinder

Discord

Email

Example

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

Forms/HTTP POST support

JSON

Use the jsons:// notification type and simply set the body in the "Notification body"

Clone this wiki locally