Updated Notify_email (markdown)

Chris Caron 2019-08-21 16:18:22 -04:00
parent b127123432
commit 2b96d10870

@ -67,7 +67,7 @@ Since URL's can't have spaces in them, you'll need to use '**%20**' as a place-h
| mode | No | This is only referenced if using **mailtos://** (a secure url). The Mode allows you to change the connection method. Some sites only support SSL (mode=**ssl**) while others only support STARTTLS (mode=**starttls**). The default value is **starttls**. | mode | No | This is only referenced if using **mailtos://** (a secure url). The Mode allows you to change the connection method. Some sites only support SSL (mode=**ssl**) while others only support STARTTLS (mode=**starttls**). The default value is **starttls**.
To eliminate any confusion, any url parameter (key=value) specified will over-ride what was detected in the url; hence: To eliminate any confusion, any url parameter (key=value) specified will over-ride what was detected in the url; hence:
* mailto://usera:pass123@domain.com?user=foobar@domain.com: the userid of _foobar_ would over-ride the userid _usera_ specified. However since the password was not over-ridden, the password of _pass123_ would be used still. * `mailto://usera:pass123@domain.com?user=foobar`: the userid of `foobar` would over-ride the userid `usera` specified. However since the password was not over-ridden, the password of `pass123` would be used still.
#### Example #### Example
Send a email notification to our hotmail account: Send a email notification to our hotmail account: