Updated Notify_email (markdown)

Chris Caron 2019-05-20 00:06:15 -04:00
parent 21ec470131
commit 4cdc4ba35e

@ -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