Re: [R] Sending Email with Attachment

2013-06-09 Thread Enrico Schumann
scripts via 'system'. > > > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On > Behalf Of rex > Sent: Sunday, June 09, 2013 10:27 PM > To: r-help@r-project.org > Subject: Re: [R] Sending Email with Attachment > > Bhupen

Re: [R] Sending Email with Attachment

2013-06-09 Thread Bhupendrasinh Thakre
] Sending Email with Attachment Bhupendrasinh Thakre [2013-06-09 20:03]: > >library("sendmailR") > >from <- "a...@outlook.com" >to <- <mailto:e...@gmail.com> e...@gmail.com subject <- "Run at" >mailControl = list(smtpServer=&

Re: [R] Sending Email with Attachment

2013-06-09 Thread rex
Bhupendrasinh Thakre [2013-06-09 20:03]: library("sendmailR") from <- "a...@outlook.com" to <- e...@gmail.com subject <- "Run at" mailControl = list(smtpServer="blu-m.hotmail.com") attachment <- "type_1.pdf" attachmentName <- "target_score.pdf" attachmentObject <- mime

[R] Sending Email with Attachment

2013-06-09 Thread Bhupendrasinh Thakre
Hi, I am trying to send an email through gmail or outlook from my Windows PC and finding trouble to send the email. The code which I am using is given below: Code : library("sendmailR") from <- "a...@outlook.com" to <- e...@gmail.com subject <- "Run at" mailCo