Huiyan Wan

Results 3 comments of Huiyan Wan

I got the same error and solved by [this](https://github.com/rpremraj/mailR/issues/100) post, which is adding those 2 lines before your send.mail() ``` rJava::.jinit() rJava::.jcall("java/lang/System","S","setProperty", "mail.smtp.ssl.protocols", "TLSv1.2") ```

Hi! I am having the same issue here... I have tried with ``` spacy_uninstall() spacy_install() spacy_initialize(refresh_settings = TRUE) ``` but it doesn't fix it... sessionInfo(): > R version 3.6.3 (2020-02-29)...

Adding to my previous post, not sure if this might help, but I just tried the same thing with a different machine and it works fine in here...: > R...