mirror of
https://github.com/caronc/apprise.git
synced 2024-12-13 10:21:51 +01:00
typo - to many colons (:); refs #3
parent
fcb25cfd0f
commit
a0eb51efe9
@ -34,12 +34,12 @@ You can also adjust the ReplyTo's Name too:
|
||||
Since URL's can't have spaces in them, you'll need to use '**%20**' as a place-holder for one (if needed). In the example above, the email would actually be received as *Optional Name*.
|
||||
|
||||
Here are some example syntaxes you can use when doing the custom approach:
|
||||
* **mailto**:://**{userid}**:**{password}**@**{domain}**
|
||||
* **mailto**:://**{userid}**:**{password}**@**{domain}**:{port}?smtp=**{smtp_server}**
|
||||
* **mailto**:://**{userid}**:**{password}**@**{domain}**:{port}?from=**{from_email}**&name=**{from_name}**
|
||||
* **mailto**://**{userid}**:**{password}**@**{domain}**
|
||||
* **mailto**://**{userid}**:**{password}**@**{domain}**:{port}?smtp=**{smtp_server}**
|
||||
* **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:
|
||||
* **mailto**:://**{password}**@**{domain}**:{port}?user=**{userid}**
|
||||
* **mailto**://**{password}**@**{domain}**:{port}?user=**{userid}**
|
||||
|
||||
### Parameter Breakdown
|
||||
| Variable | Required | Description
|
||||
|
Loading…
Reference in New Issue
Block a user