From: Donald Musser Date: 2007-01-08T06:01:07+09:00 Subject: Re: Sending SMS Messages With Ruby ------=_Part_43568_7415262.1168203663996 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Choosing an SMS aggregator is definitely what I'd recommend, as they have direct binds to most US carriers (and in some cases, international carriers) for reliable message delivery. I do technical support for one such aggregator. I don't want to advertise on this thread, so e-mail me direct if you're perhaps interested... ~Myles On 1/7/07, Martin Boese wrote: > > > 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 > > ------=_Part_43568_7415262.1168203663996--