Re: [R] Email out of R (code)

2011-10-29 Thread Uwe Ligges
R has packages for almost everything, so there is sendmailR Uwe Ligges On 28.10.2011 20:04, MacQueen, Don wrote: The various suggestions seem kind of complex to me, at least on a unix-like system (including Mac OS X). This is what I do: sink('tmp.txt') cat('This is the body of the

Re: [R] Email out of R (code)

2011-10-28 Thread nutterb
(to), ?, sep=)) else SEND - YES if (SEND %in% YES){ jython.exec(rJython,mail) cat(message.details) } else cat(E-mail Delivery was Canceled by the User) } -- View this message in context: http://r.789695.n4.nabble.com/Email-out-of-R-code-tp3530671p3948061.html Sent from the R

Re: [R] Email out of R (code)

2011-10-28 Thread MacQueen, Don
) } else cat(E-mail Delivery was Canceled by the User) } -- View this message in context: http://r.789695.n4.nabble.com/Email-out-of-R-code-tp3530671p3948061.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list

Re: [R] Email out of R (code)

2011-05-19 Thread Uwe Ligges
guessing, if you want a solid comparison, I am afraid you have to do it yourself. Best, Daniel -- View this message in context: http://r.789695.n4.nabble.com/Email-out-of-R-code-tp3530671p3533280.html Sent from the R help mailing list archive at Nabble.com

Re: [R] Email out of R (code)

2011-05-19 Thread Daniel Malter
As I (thought I) understood from the sendmailR manual, the package does currently not support server authentication, or does it? Daniel -- View this message in context: http://r.789695.n4.nabble.com/Email-out-of-R-code-tp3530671p3536512.html Sent from the R help mailing list archive

Re: [R] Email out of R (code)

2011-05-19 Thread Bos, Roger
= ' %+% imp %+% ', @attach_query_result_as_file = 0)) } -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Daniel Malter Sent: Thursday, May 19, 2011 2:04 PM To: r-help@r-project.org Subject: Re: [R] Email out of R (code

Re: [R] Email out of R (code)

2011-05-18 Thread Kevin Wright
How does this compare to create.post() ? Kevin On Tue, May 17, 2011 at 3:44 PM, Daniel Malter dan...@umd.edu wrote: Hi all, I thought I would post code to send an email out of R. The code uses Grothendieck and Bellosta's interface package rJython for executing Python from R. The code

Re: [R] Email out of R (code)

2011-05-18 Thread Daniel Malter
://r.789695.n4.nabble.com/Email-out-of-R-code-tp3530671p3533280.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R

[R] Email out of R (code)

2011-05-18 Thread Wolfgang RAFFELSBERGER
-help@r-project.org Objet : Re: [R] Email out of R (code) How does this compare to create.post() ? Kevin On Tue, May 17, 2011 at 3:44 PM, Daniel Malter dan...@umd.edu wrote: Hi all, I thought I would post code to send an email out of R. The code uses Grothendieck and Bellosta's interface

[R] Email out of R (code)

2011-05-17 Thread Daniel Malter
Hi all, I thought I would post code to send an email out of R. The code uses Grothendieck and Bellosta's interface package rJython for executing Python from R. The code itself provides basic email functionality for email servers requiring authentication. It should be easy to extend it (e.g