Closed lhfei closed 8 years ago
I'm experiencing the same issue. It used to work just fine couple of months ago. Not sure what changed in the meantime: a proxy server, gmail's server, Java environment? I'll debug and try to find the root source.
I received a similar problem. By using an application specific gmail password, the problem was resolved. Possibly the issue is caused by unescaped characters in the password?
No activity on this thread... presuming issue resolved.
I want to send emails from R. This is what I have so far:
send.mail(from = "lhfeilaile01@163.com", to = c("lhfeilaile01@163.com"), subject = "Subject of the email", body = "Body of the email", smtp = list(host.name = "smtp.163.com", port = 25, user.name = "lhfeilaile01", passwd = "**", ssl = TRUE), authenticate = TRUE,
send = TRUE)
Error: Error in ls(envir = envir, all.names = private) : invalid 'envir' argument