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