Hi everyone, Now I read the posting guidelines again; COMPLETELY! ;-) I use Windows XP Professional, R 2.5.1 and I have Blat to send eMails out of R. Works perfect! Thank you for your help! Now I want to send an SMS out of R! Any idea how it could work? Could I send an eMail to a mobile phone number? Thank you Thomas [[alternative HTML version deleted]]
On 14 July 2007 at 21:37, Thomas Schwander wrote: | I use Windows XP Professional, R 2.5.1 and I have Blat to send eMails out of | R. Works perfect! Thank you for your help! | | | | Now I want to send an SMS out of R! Any idea how it could work? Could I send | an eMail to a mobile phone number? Obviously the same way: find a windows program that does the actual sending, and uses system() from R to talk to it. Dirk -- Hell, there are no rules here - we're trying to accomplish something. -- Thomas A. Edison
> Now I want to send an SMS out of R! Any idea how it could work? Could I send > an eMail to a mobile phone number?There are "Email to SMS" services you can use. Google gives plenty of them (also free ones (which I wouldn't use myself...)). -- Regards, Hans-Peter
On 7/14/07, Thomas Schwander <thomas_schwander at web.de> wrote:> Hi everyone, > > > > Now I read the posting guidelines again; COMPLETELY! ;-) > > > > I use Windows XP Professional, R 2.5.1 and I have Blat to send eMails out of > R. Works perfect! Thank you for your help! > > > > Now I want to send an SMS out of R! Any idea how it could work? Could I send > an eMail to a mobile phone number?This might be a good place to start: http://en.wikipedia.org/wiki/SMS_gateways Hadley