rpremraj / mailR

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

Unable to send emails when to is a distribution list #91

Open SagariDatta opened 4 years ago

SagariDatta commented 4 years ago

Is there a way to send emails to a distribution list. Currently it results in the following error:

Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, : org.apache.commons.mail.EmailException: javax.mail.internet.AddressException: Local address contains control or whitespace in string

igorfarah commented 4 years ago

can you put some exemple of your code? Maybe i can help you, i had the same problema sometime ago.