mirror of
https://github.com/caronc/apprise.git
synced 2025-08-03 06:09:10 +02:00
Updated CLI_Usage (markdown)
@ -2,7 +2,7 @@
|
||||
This small tool wraps the apprise python library to allow individuals such as Developers, DevOps, and Administrators to send notifications from the command line.
|
||||
|
||||
### Getting Started
|
||||
Apprise in it's most basic form requires that you provide it a message and an Apprise URL which contains enough information to send the notification with.
|
||||
Apprise in it's most basic form requires that you provide it a message and an Apprise URL which contains enough information to send the notification with. A list of supported services and how to build your own URL can be found [here](https://github.com/caronc/apprise/wiki#notification-services). Here is a simple [email](https://github.com/caronc/apprise/wiki/Notify_email) example:
|
||||
```bash
|
||||
# Set a notification to a hotmail (email) account:
|
||||
apprise --body="My Message" mailto://user:password@hotmail.com
|
||||
|
Reference in New Issue
Block a user