-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,33 @@ | |
|
||
## Usage | ||
|
||
``` Sendega.exe -u SID -p PASSWORD -s SENDER -d DESTINATION -m MESSAGE ``` | ||
``` | ||
Usage: Sendega.exe -u SID -p password -s sender -d destination -m message | ||
In order to send the same SMS to multiple destinations you can either: | ||
1) Specify the destinations separated by , or ; | ||
2) Specify multiple destinations by appending -d DESTINATION multiple times | ||
Options: | ||
-u, --username=VALUE Sendega username | ||
-p, --password=VALUE Sendega password | ||
-s, --sender=VALUE Sender | ||
-d, --destination=VALUE Destination | ||
-m, --message=VALUE Message | ||
--pricegroup=VALUE Price group | ||
--contenttype=VALUE Content type ID | ||
--contentheader=VALUE Content header | ||
--deliveryurl=VALUE Delivery URL | ||
--agelimit Age limit | ||
--senddate Send date | ||
--priority Priority | ||
--extid | ||
--refid | ||
--gwid | ||
--pid | ||
--dcs | ||
-h, --help Help | ||
Go to http://www.sendega.com to create an account. | ||
Created by ON IT AS <[email protected]> 2016. | ||
``` |