mirror of
https://github.com/caronc/apprise.git
synced 2024-12-04 22:11:25 +01:00
Updated Notify_mailgun (markdown)
parent
182159059b
commit
737507f65c
@ -20,7 +20,7 @@ You may also identify your region if you aren't using the US servers like so:
|
||||
* **mailgun**://**{user}**@**{domain}**/**{apikey}**/?**region=eu**
|
||||
|
||||
You can adjust what the Name associated with the From email is set to as well:
|
||||
* **mailgun**://**{user}**@**{domain}**/**{apikey}**/?**From=Luke%20Skywalker**
|
||||
* **mailgun**://**{user}**@**{domain}**/**{apikey}**/?**name=Luke%20Skywalker**
|
||||
|
||||
### Email Extensions
|
||||
If you wish to utilize extensions, you'll need to escape the addition/plus (+) character with **%2B** like so:<br/>
|
||||
@ -34,7 +34,7 @@ If you wish to utilize extensions, you'll need to escape the addition/plus (+) c
|
||||
| user | Yes | The user gets paired with the domain you specify on the URL to make up the **From** email address your recipients receive their email from.
|
||||
| email | No | You can specify as many email addresses as you wish. Each address you identify here will represent the **To**.<br/>**Note:** Depending on your account setup, mailgun does restrict you from emailing certain addresses.
|
||||
| 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.
|
||||
| name | 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.
|
||||
|
Loading…
Reference in New Issue
Block a user