What are some good ways to implement SMS over HTML? C++,C#.Java? Which one has the easiest to use API / Libraries? Which one allows you to have the most control over the message header?
And are there any free SMS gateways?
Posted: 3/25/2010 7:34:48 AM EDT
[#1]
Interested in the replies.
Posted: 3/25/2010 2:10:14 PM EDT
[#2]
I know the SMS is run on top of the TCP/IP protocol.
What I mean is how to I implement SMS over the web in an HTML page.