mirror of
https://github.com/caronc/apprise.git
synced 2024-12-12 09:51:05 +01:00
Updated Notify_email (markdown)
parent
b5cfb08385
commit
442ab9db22
@ -57,6 +57,7 @@ Some mail servers will require your {userid} to be your full email address. In t
|
||||
| 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.
|
||||
| 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**.
|
||||
|
||||
To eliminate any confusion, any url parameter (key=value) specified will over-ride what was detected in the url; hence:
|
||||
* mailto://usera:pass123@domain.com?user=foobar@domain.com: the userid of _foobar_ would over-ride the userid _usera_ specified. However since the password was not over-ridden, the password of _pass123_ would be used still.
|
||||
|
Loading…
Reference in New Issue
Block a user