From: Martin Boese Date: 2007-01-08T04:56:11+09:00 Subject: Re: Sending SMS Messages With Ruby we are using smstools (http://smstools.meinemullemaus.de/) with a serial cellphone attached to the server. It works very well, a daemon (smsd) is periodically checking on an outbox folder (/var/spool/smsd/outbox) and my program is simply writing textfiles into it. The format of these files is simply: -------- To: Message to send -------- martin On Sunday 07 January 2007 18:09, James Edward Gray II wrote: > I'm going to need to send SMS messages from a Ruby server I am > building currently. I just thought I would ask if anyone here has > any experience doing that and would recommend a library, web service, > web site I can mechanize, or whatever. Any tips appreciated. > > James Edward Gray II