mirror of https://github.com/caronc/apprise
Updated Troubleshooting (markdown)
parent
67c3bc63b6
commit
92523376a8
|
@ -163,7 +163,7 @@ If you are passing a URL on the Command Line Interface (CLI) of your Linux/Windo
|
||||||
|
|
||||||
The problem is that `&` characters are also interpreted by the CLI. The `&` causes the shell to execute everything defined before them into a background process.
|
The problem is that `&` characters are also interpreted by the CLI. The `&` causes the shell to execute everything defined before them into a background process.
|
||||||
```bash
|
```bash
|
||||||
As a result.... This URL would be very problematic without quotes:
|
# Here is an example of a problematic Apprise URL without "quotes":
|
||||||
apprise -vvv -b "Test Email" \
|
apprise -vvv -b "Test Email" \
|
||||||
mailtos://user:pass@example.com?mode=ssl&smtp=smtp.example.com&from=Chris
|
mailtos://user:pass@example.com?mode=ssl&smtp=smtp.example.com&from=Chris
|
||||||
# ^ ^^
|
# ^ ^^
|
||||||
|
|
Loading…
Reference in New Issue