From b12712343216fff81c26b0778025d46c374a06d7 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Tue, 20 Aug 2019 21:39:03 -0400 Subject: [PATCH] Updated Notify_email (markdown) --- Notify_email.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Notify_email.md b/Notify_email.md index 50e5fff..e5d30b8 100644 --- a/Notify_email.md +++ b/Notify_email.md @@ -61,6 +61,8 @@ Since URL's can't have spaces in them, you'll need to use '**%20**' as a place-h | 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. +| 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**.