diff --git a/Notify_email.md b/Notify_email.md index 5f13a6a..9ed96a9 100644 --- a/Notify_email.md +++ b/Notify_email.md @@ -34,12 +34,12 @@ You can also adjust the ReplyTo's Name too: Since URL's can't have spaces in them, you'll need to use '**%20**' as a place-holder for one (if needed). In the example above, the email would actually be received as *Optional Name*. 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}** +* **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