Updated Troubleshooting (markdown)

master
Chris Caron 2019-10-03 15:58:16 -04:00
parent 282aabd8f3
commit 4be2d9c6db
1 changed files with 1 additions and 1 deletions

@ -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.