Updated Notification configuration notes (markdown)

master
dgtlmoon 2022-03-05 16:50:37 +01:00
rodzic 8f74534317
commit 6f869bf0bd
1 zmienionych plików z 13 dodań i 0 usunięć

@ -15,5 +15,18 @@ Also https://github.com/dgtlmoon/changedetection.io/issues/407 (rPi "permission
- Using a `@` in your mailtos/smtps password, see https://github.com/caronc/apprise/issues/400 - 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 - There are specific apprise helpers for yahoomail, gmail, etc https://github.com/caronc/apprise/wiki/Notify_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 ## Forms/HTTP POST support
- see https://github.com/caronc/apprise/wiki/Notify_Custom_Form - see https://github.com/caronc/apprise/wiki/Notify_Custom_Form