mirror of https://github.com/caronc/apprise
Updated Troubleshooting (markdown)
parent
282aabd8f3
commit
4be2d9c6db
|
@ -3,7 +3,7 @@ The best thing you can do when troubleshooting problems with your notification i
|
||||||
```bash
|
```bash
|
||||||
# In the below example, I am trying to figure out why my mailto:// line
|
# In the below example, I am trying to figure out why my mailto:// line
|
||||||
# isn't working:
|
# isn't working:
|
||||||
python apprise -vvv -t "test title" -b "test body" \
|
apprise -vvv -t "test title" -b "test body" \
|
||||||
mailto://user:password@gmail.com
|
mailto://user:password@gmail.com
|
||||||
```
|
```
|
||||||
The output can help you pinpoint what is wrong with your URL.
|
The output can help you pinpoint what is wrong with your URL.
|
||||||
|
|
Loading…
Reference in New Issue