vote up 0 vote down star
1

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

flag

61% accept rate

4 Answers

vote up 2 vote down check

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/SMS_gateway#Carrier-Provided_E-Mail_or_Web_to_SMS_Gateways

link|flag
is this a reliable way to send sms? – unknown (google) Jun 30 at 16:01
I doubt it. I certainly wouldn't do that for a production system. – skaffman Jul 27 at 12:54
The table is out of date (see the note). The link should be: en.wikipedia.org/wiki/… – Peter Olsson Jul 27 at 13:03
vote up 6 vote down

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|flag
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? – unknown (google) Jun 30 at 16:05
vote up 1 vote down

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|flag
vote up 0 vote down

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|flag

Your Answer

Get an OpenID
or

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