Tagged Questions

20
votes
15answers
2k views

Programmatic SMS

What is the best way to programmatically send an SMS text message? Are there any free Web Service based SMS gateways? I know that if I happen to know the user's carrier (Spri …
4
votes
6answers
449 views

How to send text messages to mobile devices programmatically and on-the-cheap?

I think have too little experience in this area to even word this question properly. (Which is probably why I can't seem to Google a decent answer.) What I want know is if it is …
4
votes
4answers
360 views

Are there any free services for sending SMS programmatically?

I have a Rails app that needs to send SMS messages to users but does not need to receive messages. Is there a free way to do this programmatically? If so, how free is it - do they …
3
votes
3answers
444 views

Limitations on SMS messages sent using free email->SMS gateways

Many cell (mobile) phone providers in the USA have an email gateway for SMS that allows anyone to send an email that will in turn send a text message. For example, to send a text-m …
2
votes
4answers
206 views

SMS alerting to respond to error situations faster

What is the easiest way to set up an SMS alerting system so that I will receive notification if my server doesn't respond or a GET query doesn't return correct content?
1
vote
1answer
16 views

Privileged operations in netbeans mobility

I'm writing a Java ME app that will use privileged operations such as messaging. By default the user is prompted to confirm each of these operations, but I would like to run it as …
1
vote
3answers
726 views

How do you store cell phone numbers in a database?

With the age of text messages and things like that, what's a good way to store phone numbers in a database? In the USA, text messages are handled by phone numbers but in other cou …
0
votes
2answers
232 views

Is there a PHP security framework that protects phone numbers as well as passwords?

I understand the mantra of "don't roll your own" when it comes to site security frameworks. For most cases anyway. I'm going to be collaborating on a site that integrates text-me …