Re: [R] Sending E-Mail from R

2007-11-12 Thread Brahm, David
Josh Kalish <[EMAIL PROTECTED]> wrote: > Has anyone used R to send out an email via an SMTP server? If your system is Unix or Linux and you use a system call to "mail", you might be interested to know that "uuencode" is a good way to include attachments. Create a temp file containing your body t

Re: [R] Sending E-Mail from R

2007-11-05 Thread Ben Bolker
Josh Kalish wrote: > > Hi, > > > > Has anyone used R to send out an email via an SMTP server? I run R from a > script and would like to be able to send out an email from there also. I > could shell out to an email program, but was hoping maybe someone had a > package for R or a smooth way

Re: [R] Sending E-Mail from R

2007-11-04 Thread Benilton Carvalho
On Nov 4, 2007, at 9:24 PM, (Ted Harding) wrote: > On 05-Nov-07 01:45:50, Josh Kalish wrote: >> Hi, >> Has anyone used R to send out an email via an SMTP server? >> I run R from a script and would like to be able to send out >> an email from there also. I could shell out to an email program, >>

Re: [R] Sending E-Mail from R

2007-11-04 Thread Ted Harding
On 05-Nov-07 01:45:50, Josh Kalish wrote: > Hi, > Has anyone used R to send out an email via an SMTP server? > I run R from a script and would like to be able to send out > an email from there also. I could shell out to an email program, > but was hoping maybe someone had a package for R or a smoo

Re: [R] Sending E-Mail from R

2007-11-04 Thread Gabor Grothendieck
Try SiteSearch("blat") from within R for examples using blat. Please read the posting guide and, in particular, give your platform next time. On Nov 4, 2007 8:45 PM, Josh Kalish <[EMAIL PROTECTED]> wrote: > Hi, > > > > Has anyone used R to send out an email via an SMTP server? I run R from