Skip to content

Error in jython.exec(rJython, mail) : Only AF_INET sockets are currently supported on jython #9

@aleszib

Description

@aleszib

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions