rpremraj / mailR

A utility to send emails from the R programming environment
http://rpremraj.github.io/mailR/
190 stars 57 forks source link

invalid 'envir' argument #35

Closed lhfei closed 8 years ago

lhfei commented 9 years ago

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

lcmercado commented 9 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.

gedejong commented 9 years ago

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?

rpremraj commented 8 years ago

No activity on this thread... presuming issue resolved.