Updated Notify_email (markdown)

Chris Caron 2020-10-04 10:58:19 -04:00
parent e7c43e7a27
commit 9889fc13bc

@ -64,7 +64,7 @@ The Carbon Copy (**cc=**) and Blind Carbon Copy (**bcc=**) however are applied t
| Variable | Required | Description
| ----------- | -------- | -----------
| userid | Yes | The account login to your SMTP server; if this is an email you must specify this near the end of the URL as an argument. You can over-ride this by specifying `?user=` on the URL string.
| password | Yes | The password required to send an email via your SMTP Server. You can over-ride this by specifying `?pass=` on the URL string.
| pass | Yes | The password required to send an email via your SMTP Server. You can over-ride this by specifying `?pass=` on the URL string.
| domain | Yes | If your email address was **test@example.com** then *example.com* is your domain. You must provide this as part of the URL string!
| port | No | The port your SMTP server is listening on. By default the port is **25** for **mailto://** and **587** for all **mailtos://** references.
| smtp | No | If the SMTP server differs from your specified domain, then you'll want to specify it as an argument in your URL.
@ -73,7 +73,6 @@ The Carbon Copy (**cc=**) and Blind Carbon Copy (**bcc=**) however are applied t
| name | No | With respect to {from_email}, this allows you to provide a name with your *ReplyTo* address.
| cc | No | Carbon Copy email address(es). More than one can be separated with a space and/or comma.
| bcc | No | Blind Carbon Copy email address(es). More than one can be separated with a space and/or comma.
| timeout | No | How long to wait for your SMTP server in seconds before giving up. The default is 30 seconds. If you want to adjust the timeout, simply specify it as an argument on your URL.
| 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: