When I try to sent a test mail using the gmail fucntion I get this error:
Error in jython.exec(rJython, mail) :
Only AF_INET sockets are currently supported on jython
I used the following code:
gmail(to="some.mail@gmail.com", password="xxxxxxxx", subject = "Test R", message = "Test R", from = "myusername@gmail.com", attachment = NULL, server = "smtp.gmail.com:587", username = "myusername@gmail.com", confirmBeforeSend = FALSE, clear.username = FALSE)
The funny thing is that before (on another computer which I can not access now) the thing worked.