From 29bf9b646dfc7d58e094721b658a0c7fe85a7f2c Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 15 May 2021 17:36:54 -0400 Subject: [PATCH] Updated Notify_mailgun (markdown) --- Notify_mailgun.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Notify_mailgun.md b/Notify_mailgun.md index 4315209..c077283 100644 --- a/Notify_mailgun.md +++ b/Notify_mailgun.md @@ -36,6 +36,8 @@ If you wish to utilize extensions, you'll need to escape the addition/plus (+) c | region | No | Identifies which server region you intend to access. Supported options here are **eu** and **us**. By default this is set to **us** unless otherwise specified. This specifically affects which API server you will access to send your emails from. | from | No | This allows you to identify the name associated with the **From** email address when delivering your email. | to | No | This is an alias to the email variable. You can chain as many (To) emails as you want here separating each with a comma and/or space. +| cc | No | Identify address(es) to notify as a Carbon Copy. +| bcc | No | Identify address(es) to notify as a Blind Carbon Copy. #### Example Send a mailgun notification to the email address bill.gates@microsoft.com