qt sms program
-
Hi
Using android, or windows or a web service? -
@Pogi
Sadly it's not that simple.
SMS cost money.
So you can do the following:
1: Write mobile app and use your phone.
2: Connect your phone to pc and find out how to talk to it and send sms via commands to it
(not all phones can do this)
3: Use a web service that allows you do it via their api.
like https://www.twilio.com/sms and many others.
Write network app that understand the API.In any case, it not easy and requires you to understand various technologies if you really need to
write your own app. -
@mrjj
http://www.ozekisms.com/index.php?owpn=376
http://www.ozekisms.com/index.php?owpn=133after i reserached about my case, i find this links easy to use . i think? can you check it out?
-
Hi
it does indeed look easy. All is handle by the DLL.
Example is made for Visual Studio 2008 so you should use that version
or compile the DLL yourself. ( it says source included)
This is for windows only. just so you are aware.ALso, you should ask them about prices for sms so you don't discover they are expensive
AFTER you made your application :)