From 4cdc4ba35ef52844876f3edc13def9096703a080 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 20 May 2019 00:06:15 -0400 Subject: [PATCH] Updated Notify_email (markdown) --- Notify_email.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Notify_email.md b/Notify_email.md index a7f1e2a..a9bac2e 100644 --- a/Notify_email.md +++ b/Notify_email.md @@ -39,11 +39,11 @@ Since URL's can't have spaces in them, you'll need to use '**%20**' as a place-h Here are some example syntaxes you can use when doing the custom approach: * **mailto**://**{userid}**:**{password}**@**{domain}** -* **mailto**://**{userid}**:**{password}**@**{domain}**:{port}?smtp=**{smtp_server}** -* **mailto**://**{userid}**:**{password}**@**{domain}**:{port}?from=**{from_email}**&name=**{from_name}** +* **mailto**://**{userid}**:**{password}**@**{domain}**:**{port}**?smtp=**{smtp_server}** +* **mailto**://**{userid}**:**{password}**@**{domain}**:**{port}**?from=**{from_email}**&name=**{from_name}** Some mail servers will require your {userid} to be your full email address. In these cases, you'll need to specify your username in the url as an attribute like so: -* **mailto**://**{password}**@**{domain}**:{port}?user=**{userid}** +* **mailto**://**{password}**@**{domain}**:**{port}**?user=**{userid}** ### Parameter Breakdown | Variable | Required | Description