Re: [R] email with authentication

2011-08-22 Thread Ben Bolker
Ben qant gmail.com> writes: > > Hello, > > I'd like to send an email from R using Windows Outlook. > The sendmailR package doesn't allow for authentication (usernames and > passwords). I don't know about Outlook, but you can try install.packages("Rmail",repos="http://www.math.mcmaster.ca/bo

[R] email with authentication

2011-08-22 Thread Ben qant
Hello, I'd like to send an email from R using Windows Outlook. The sendmailR package doesn't allow for authentication (usernames and passwords). Is there any other way to do this? From the Windows command line? Right now I am using a .bat file to send an email via a program called Blat. I'd like