Updated Notify_email (markdown)

lead2gold 2017-12-06 19:39:07 -05:00
parent 5371e4facb
commit 8774d6c05d

@ -48,9 +48,10 @@ Some mail servers will require your {userid} to be your full email address. In t
| password | Yes | The password required to send an email via your SMTP Server. | password | Yes | The password required to send an email via your SMTP Server.
| 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! | 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. | 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_server | No | If the SMTP server differs from your specified domain, then you'll want to specify it as an argument in your URL. | smtp | No | If the SMTP server differs from your specified domain, then you'll want to specify it as an argument in your URL.
| from_email | No | If you want the email address *ReplyTo* address to be something other then your own email address, then you can specify it here. | from | No | If you want the email address *ReplyTo* address to be something other then your own email address, then you can specify it here.
| from_name | No | With respect to {from_email}, this allows you to provide a name with your *ReplyTo* address. | to | No | This will enforce (or set the address the email is sent To). This is only required in special circumstances. The notification script is usually clever enough to figure this out for you.
| name | No | With respect to {from_email}, this allows you to provide a name with your *ReplyTo* address.
| 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. | 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.
To eliminate any confusion, any url parameter (key=value) specified will over-ride what was detected in the url; hence: To eliminate any confusion, any url parameter (key=value) specified will over-ride what was detected in the url; hence: