diff --git a/Notify_email.md b/Notify_email.md index e5d30b8..44b64d3 100644 --- a/Notify_email.md +++ b/Notify_email.md @@ -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**. 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 Send a email notification to our hotmail account: