You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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="[email protected]", password="xxxxxxxx", subject = "Test R", message = "Test R", from = "[email protected]", attachment = NULL, server = "smtp.gmail.com:587", username = "[email protected]", confirmBeforeSend = FALSE, clear.username = FALSE)
The funny thing is that before (on another computer which I can not access now) the thing worked.
The text was updated successfully, but these errors were encountered:
I don't know. I actually understand very little of the code. I know R well but only a bit of Python. It's a wrapper for someone else's code. Hopefully someone sees this and can help you out. A Google search gives 2 hits with a similar error message:
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="[email protected]", password="xxxxxxxx", subject = "Test R", message = "Test R", from = "[email protected]", attachment = NULL, server = "smtp.gmail.com:587", username = "[email protected]", confirmBeforeSend = FALSE, clear.username = FALSE)
The funny thing is that before (on another computer which I can not access now) the thing worked.
The text was updated successfully, but these errors were encountered: