mirror of https://github.com/caronc/apprise
Updated Notify_mailgun (markdown)
parent
61e476e524
commit
29bf9b646d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue