Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
omelhus committed Jan 14, 2016
1 parent 2c5151f commit 6bdd438
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```

0 comments on commit 6bdd438

Please sign in to comment.