ipad sending api for sms trough email -


i need app send mail becomes sms,

in order api isp (internet service provider), need generate following ftp>

https://smsgw.exetel.com.au/sendsms/api_sms.php? username=xxxxxxxx&password=xxxxxxxx&mobilenumber=xxxxxxxx&message=x xxxxxxx&sender=xxxxxxxxx&messagetype=text&referencenumber=xxxxxx

so, whats best way generate ftp (with out going browser, or automatically doing it)

to send email becomes sms?

the have command bulk sms> bulk sms sending example request:

//smsgw.exetel.com.au/sendsms/api_sms.php? username=xxxxxxxx&password=xxxxxxxx&mobilenumber=xxxxxxxx&message=x xxxxxxx&sender=xxxxxxxxx&messagetype=text&referencenumber=xxxxxx

thank you!

to generate url, have tried concatenating strings?

shortcuts in objective-c concatenate nsstrings

for loading url, have tried nsurl?

http://borkware.com/quickies/one?topic=nsurl


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -