From: MenTaLguY Date: 2007-11-06T08:04:02+09:00 Subject: Re: Sending cell-phone text-message from Rails On Tue, 6 Nov 2007 07:35:43 +0900, Paul wrote: > 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