1

I want people to be able to send SMSs to a short code in my country which will be redirected to my website so that the site can receive the SMS and can also be read by anyone who is logged on the site.

But i have no idea how to go about this. Your suggestions are highly welcome. Help please me.

Thank you!

user563961
  • 19
  • 1
  • 1
    possible duplicate of [SMS Gateway - General Questions on SMS-Website Communication](http://stackoverflow.com/questions/3663604/sms-gateway-general-questions-on-sms-website-communication) – Andreas Dolk Jan 05 '11 at 13:35
  • This will help http://stackoverflow.com/questions/2570410/how-to-send-sms – jmj Jan 05 '11 at 13:56

3 Answers3

0

Twilio has a nifty API

Ta01
  • 31,040
  • 13
  • 70
  • 99
0

You need to use an SMS gateway, for example these guys (random Google result) - http://www.ozekisms.com/index.php?owpn=324.

Andy
  • 2,764
  • 6
  • 24
  • 33
0

There are many providers of SMS services out there. You normally pay a monthly fee for incoming traffic and then a fixed amount for example for every 1000 SMS you need to send.

Here is an example of one of them http://www.clickatell.com/ Note that I have never used them and don't recommend them in any way. You want to find a company operating in your local country.

Your second alternative is to get one of those 3G Data Modems and hook up to the server. Some of those modems provides an API to send and receive SMS. You will then need a fully working SIM, might be cheaper for lower volumes but slower and less stable solution usually.

StefanE
  • 7,578
  • 10
  • 48
  • 75