Re: [R] Attaching a pdf file to an email generated with sendmailR?

2015-10-09 Thread Michael Ashton
must > not, directly or indirectly, use, disclose, distribute, > print or copy any part of this message or any attachments if you are not > the intended recipient. > > > -Original Message----- > From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Michael Ashton > Se

Re: [R] Attaching a pdf file to an email generated with sendmailR?

2015-10-09 Thread Bos, Roger
t. -Original Message- From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Michael Ashton Sent: Thursday, October 08, 2015 5:24 PM To: Frans Marcelissen Cc: r-help@r-project.org Subject: Re: [R] Attaching a pdf file to an email generated with sendmailR? No particular reason fo

Re: [R] Attaching a pdf file to an email generated with sendmailR?

2015-10-08 Thread Michael Ashton
No particular reason for sendmailR...I will try mailR and thanks! On Oct 8, 2015, at 4:49 PM, Frans Marcelissen mailto:fransiepansiekever...@gmail.com>> wrote: Hi Michael, I don't know whether there is a particulal reason for using sendmailR, but I use mailR for this without any problem. mail

Re: [R] Attaching a pdf file to an email generated with sendmailR?

2015-10-08 Thread Frans Marcelissen
Hi Michael, I don't know whether there is a particulal reason for using sendmailR, but I use mailR for this without any problem. mailR::send.mail(from, to, subject = "", body = "", encoding = "iso-8859-1", html = FALSE, inline = FALSE, smtp = list(), authenticate = FALSE, send = TRUE, attach.fi

[R] Attaching a pdf file to an email generated with sendmailR?

2015-10-08 Thread Michael Ashton
For some time I have been using sendmailR to generate a simple message when a report was done running. Recently, I started adding a couple of pertinent statistics in the body of the email. Now, I've finally decided that what the heck, I ought to simply attach the report itself to the email. Th