mirror of https://github.com/caronc/apprise
Updated Notify_email (markdown)
parent
55775e3467
commit
b127123432
|
@ -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**.
|
||||
|
||||
|
|
Loading…
Reference in New Issue