SMS API: Difference between revisions

mNo edit summary
 
Example, using curl on linux:
<syntaxhighlight lang="bash">
curl --silent --get --form-string username=01234567890 --form-string password=123456 --form-string da=01234567890 --form-string ud="Hello world" https://sms.aa.net.uk/sms.cgi
</syntaxhighlight>