gmailR icon indicating copy to clipboard operation
gmailR copied to clipboard

send email with attachments in R

Results 4 gmailR issues
Sort by recently updated
recently updated
newest added

``` gc() options(java.parameters = "-Xmx4g" ) gmail(to=c("[email protected]"), from = "[email protected]", username = "user", password = "pass", subject = "test", attachment="path/to/zip/file") Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, : Traceback (most recent...

Hi, I try to run the code: gmailR::gmail( to = "mail", subject = "Test", password = "password", message = "Attached file", attachment = "attachment", username = "mail" ) but I...

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...

Just had a look at the code, changed two lines, and now txtutils dependency should be gone. Let me know if anything is wrong.