up vote 4 down vote favorite
3
share [g+] share [fb]

there are sites that offer to send sms for free. How do they do it? how do I send sms programmatically?

link|improve this question

73% accept rate
feedback

5 Answers

up vote 1 down vote accepted

Send an email to the 10 digit phone number @ Carrier's domain name.

Here is a list of the carriers and their domains:

http://en.wikipedia.org/wiki/List_of_SMS_gateways

link|improve this answer
is this a reliable way to send sms? – user121196 Jun 30 '09 at 16:01
1  
I doubt it. I certainly wouldn't do that for a production system. – skaffman Jul 27 '09 at 12:54
1  
The table is out of date (see the note). The link should be: en.wikipedia.org/wiki/… – Peter Olsson Jul 27 '09 at 13:03
@Peter Fixed it. ;) – Jake Petroules May 11 '11 at 1:08
feedback

There are good answers to this Stack Overflow question:
How to send text messages to mobile devices programmatically and on-the-cheap?

It also references several others which are listed below:
Are there any free services for sending SMS programmatically?
Programmatic SMS
Free SMS API?

link|improve this answer
1  
in the free SMS API list, for some carriers there are multiple email addresses, for example: T-Mobile 10digitphonenumber@tmomail.net T-Mobile 10digitphonenumber@voicestream.net how do I distinguish them? – user121196 Jun 30 '09 at 16:05
Exactly, should we simply send to all of them? – Pacerier Jan 6 at 1:26
feedback

The sites that send SMS for free usually use the email interface that most of the carriers implement which allow you to send an email to (for instance) <your 10 digit number>@mobile.att.net

and have it received as an SMS by that phone.

link|improve this answer
feedback

I use an SMS gateway and it is fairly easy but I did consider this as an alternative because it potentially gave me more control email to sms

link|improve this answer
feedback

The best: 10digitNumber@carrierDomain

eg 0712000000@xyzcompany.co.ke

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.