mirror of
https://github.com/caronc/apprise.git
synced 2024-12-13 18:30:52 +01:00
Updated Notify_email (markdown)
parent
21ec470131
commit
4cdc4ba35e
@ -39,11 +39,11 @@ Since URL's can't have spaces in them, you'll need to use '**%20**' as a place-h
|
|||||||
|
|
||||||
Here are some example syntaxes you can use when doing the custom approach:
|
Here are some example syntaxes you can use when doing the custom approach:
|
||||||
* **mailto**://**{userid}**:**{password}**@**{domain}**
|
* **mailto**://**{userid}**:**{password}**@**{domain}**
|
||||||
* **mailto**://**{userid}**:**{password}**@**{domain}**:{port}?smtp=**{smtp_server}**
|
* **mailto**://**{userid}**:**{password}**@**{domain}**:**{port}**?smtp=**{smtp_server}**
|
||||||
* **mailto**://**{userid}**:**{password}**@**{domain}**:{port}?from=**{from_email}**&name=**{from_name}**
|
* **mailto**://**{userid}**:**{password}**@**{domain}**:**{port}**?from=**{from_email}**&name=**{from_name}**
|
||||||
|
|
||||||
Some mail servers will require your {userid} to be your full email address. In these cases, you'll need to specify your username in the url as an attribute like so:
|
Some mail servers will require your {userid} to be your full email address. In these cases, you'll need to specify your username in the url as an attribute like so:
|
||||||
* **mailto**://**{password}**@**{domain}**:{port}?user=**{userid}**
|
* **mailto**://**{password}**@**{domain}**:**{port}**?user=**{userid}**
|
||||||
|
|
||||||
### Parameter Breakdown
|
### Parameter Breakdown
|
||||||
| Variable | Required | Description
|
| Variable | Required | Description
|
||||||
|
Loading…
Reference in New Issue
Block a user