Can I setup my own SMS WEBSITE. How?

Go To StackoverFlow.com

3

I'm new to this site, and also i am not a super coder, so please have some patience with me, another thing is that i have a really small bandwidth, so please if you could send me an email it would be wonderful.

So all I want to know is how to add some sms support in my website so i can send messages to my users. I understand that carriers provide some paid service. What i,m looking for is a cheap service to send sms to several country including Cuba. Please any approach would be nice.

2012-04-04 20:13
by Abraham
Implement Twilio.com's API - ceejayoz 2012-04-04 20:14
many many sms providers you can use to integrate sending\receiving sm - NoName 2012-04-04 20:16
Abraham - welcome to Stackoverflow. please review the FAQ and about - chrisjlee 2012-04-04 20:17


1

Most carries have a dedicated email domain set up to send SMS messages to the devices on their network. AT&T's, for example, is "number@txt.att.net", you can look up the rest on google. This service is free to you, but the recipient still gets charged for the message so don't go spamming people willy nilly. Also, the recipient can NOT reply to your message, that is a service that you need to pay for.

2012-04-04 20:17
by Erik J. Olson
most in the western world, perhaps, but not most globally - NoName 2012-04-04 20:18
Any amount of volume via this technique and you'll get shut off quickly - ceejayoz 2012-04-04 20:37


0

If you want to send SMS messages internationally, I'd suggest going with Tropo because Twilio's international coverage is still only in private beta.

If you'll only be sending domestically (i.e. within the United States or Canada), Twilio has a clear and straight-forward API as well as reasonable tariff prices.

2012-04-04 20:18
by hohner
domestically= - NoName 2012-04-04 20:21
Voice calls or SMS messages within the United State - hohner 2012-04-04 20:22


0

There are a variety of SMS gateway providers available that provide a simple Web Service API that can be integrated into websites. Many also provide international support for a variety of countries.

A quick Google search for "SMS web service" will get you a good selection of vendors to choose from.

Do make sure to pick a reputable vendor. At my last company, we had an issue when the US operators shut off Clickatel's shared shortcode. A bunch of companies, including us, were on the same shortcode... unfortunately some of them were doing shady/spammy things and when the carriers took action all customers paid the price.

2012-04-05 15:18
by Justin Helmig
Ads