Sending cell-phone text-message from Rails

P

Paul

Is there a way of sending a cell-phone text-message from Rails? If so,
how?
Thanks,
Paul Davidowitz
 
M

mguterl

Note: parts of this message were removed by the gateway to make it a legal Usenet post.

Is there a way of sending a cell-phone text-message from Rails? If so,
how?
Thanks,
Paul Davidowitz
If you know the carrier you can do it pretty easily with email. This may or
may not be what you're looking for.

Example: (e-mail address removed) for verizon wireless.

Here's a list:
http://en.wikipedia.org/wiki/SMS_gateways#Email_to_SMS

Michael Guterl
 
M

mental

Is there a way of sending a cell-phone text-message from Rails? If so,
how?

You would probably want to use one of the available Ruby libraries for
sending an SMS message. Here is one example:

http://www.lukeredpath.co.uk/2007/8/29/sending-sms-messages-from-your-rails-application

While sending SMS messages is not Rails-specific functionality, you may
get better information on how to integrate such a Ruby library with your
Rails application by asking on the rails mailing list instead of the
general Ruby one.

-mental
 
J

Jeremy Woertink

Paul said:
Is there a way of sending a cell-phone text-message from Rails? If so,
how?
Thanks,
Paul Davidowitz

There sure is. 37signals has an application called backpack, which
allows you to send a text to your phone from the rails app at a specific
time, or after something happens, vice versa, I think you can send
something to your backpack account (not too sure on this). It's pretty
cool though. Check it out on the rails forum.


~Jeremy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top