From 8774d6c05dae259e1b4f4f36e6608fe17e92645e Mon Sep 17 00:00:00 2001 From: lead2gold Date: Wed, 6 Dec 2017 19:39:07 -0500 Subject: [PATCH] Updated Notify_email (markdown) --- Notify_email.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Notify_email.md b/Notify_email.md index a6189b3..5f13a6a 100644 --- a/Notify_email.md +++ b/Notify_email.md @@ -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. | 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_server | 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_name | No | With respect to {from_email}, this allows you to provide a name with your *ReplyTo* address. +| 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 | No | If you want the email address *ReplyTo* address to be something other then your own email address, then you can specify it here. +| 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. To eliminate any confusion, any url parameter (key=value) specified will over-ride what was detected in the url; hence: