Is it possible to programmatically send SMS msgs using your personal mobile account?
Are there any mobile networks (location unimportant for now) that allow a subscriber to send sms via a gateway api?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is Short message peer-to-peer protocol (SMPP) that mobile operators uses for that purpose. It is running over TCP/IP network. Sometimes the connection point is accessible through Internet, sometimes you have to connect to their private network.
Of course, you have to have some kind of agreement with the telecom company.
I hope this can serve you as a staring point , I’m aware that I didn’t help you a lot.