On 19/03/14 01:04, voy...@sbt.net.au wrote:
I have an account with smsglobal, they have sms http api as so:

http://www.smsglobal.com/http-api/

If I use a browser like so:

http://www.smsglobal.com/http-api.php?action=sendsms&user=myname&password=mypassword&&from=myself&to=targetcellphone&text=Hello%20world

Note it's a very bad idea to send the username and password that way. I think you would want to use https:// instead. And if your text is too long for providing in the url, --post-data and --post-file are your friends.


Reply via email to