sending mail from R (mailR)
问题 I am trying to send mail from R on a windows 7 (home) machine. I tried the following code send.mail(from = "mymailid@gmail.com", to = c("mymailid@gmail.com"), subject = "Subject of the email", body = "Body of the email", smtp = list(host.name = "smtp.gmail.com", port = 465, user.name = "myuserid", passwd = "my password", ssl = TRUE), authenticate = TRUE, send = TRUE) I get the following error: Error in ls(envir = envir, all.names = private) : invalid 'envir' argument after that I tried set up