diff --git a/Notification-configuration-notes.md b/Notification-configuration-notes.md index ad6a4cb..383743f 100644 --- a/Notification-configuration-notes.md +++ b/Notification-configuration-notes.md @@ -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 - 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://?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 - see https://github.com/caronc/apprise/wiki/Notify_Custom_Form