Mobile app version of vmapp.org
Login or Join
Angela700

: How to send messages? Possible Duplicate: How to add SMS text messaging functionality to my website? I am building a online SMS service that can send messages to mobile phones.

@Angela700

Posted in: #WebDevelopment #WebsiteDesign

Possible Duplicate:
How to add SMS text messaging functionality to my website?




I am building a online SMS service that can send messages to mobile phones. I want to send messages like google. How is this done? Any programming language is welcomed. I am using Apache server and mysql as database management system.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Angela700

1 Comments

Sorted by latest first Latest Oldest Best

 

@Goswami781

There are plenty of webservices that have programmable API that could send text messages. They often are language independent. Can't really suggest any specific API, as I don't really want to promote the one I am using at the moment (not bad, but nothing special). If you google "SMS API" or something similar you should find enough results and documentation to pick the one that fits your needs.

If you don't want to use these services, then you need to physically attach a phone (or a device that works as a phone), and build a little program that would interface with it.

I would strongly suggest you to use the first method.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme