rpremraj / mailR

A utility to send emails from the R programming environment
http://rpremraj.github.io/mailR/
189 stars 57 forks source link

Can not send mails, java problem? #92

Open paco-ceam opened 4 years ago

paco-ceam commented 4 years ago

I'm trying to send an e-mail with mailR but it stops with this error message:

Error in .jnew("org.apache.commons.mail.MultiPartEmail") : java.lang.NoClassDefFoundError: javax/activation/DataSource

is there any problem with java install or link with R? rJava is installed and can be, apparently, loaded without any problem. Thanks in advance

fizwit commented 3 years ago

mailR works with Java 8, upgrading to Java 11 creates this Java error.

sclewis23 commented 2 years ago

Hey this package repo was moved to: https://github.com/rpremrajGit/mailR and this issue has been resolved in the latest version of mailR 0.8 on CRAN.