From 2b96d10870b856715911ab719f24364c77861aa2 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Wed, 21 Aug 2019 16:18:22 -0400 Subject: [PATCH] Updated Notify_email (markdown) --- Notify_email.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: