rpremraj / mailR

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

When an email address not exist anymore #67

Open fightforping opened 7 years ago

fightforping commented 7 years ago

Hello, I'm sending email using batch mode. But if there has a email address not exist. I will get an error "com.sun.mail.smtp.SMTPAddressFailedException: 550 unknown user." And the sending process will fail. (No one in the list can receive the email.)

What I expect is sending process will give me an warning of which address is failed. And others should still can receive the email.

I googled,find a possible solution in java : props.put( mail.smtp.sendpartial true ) Is that possible to add this parameter in mailR? I'm not a java guy, so I can't do it by my own.

Appreciate for any help.

rpremraj commented 6 years ago

Thanks for the hint. Will update mailR and add a comment here so you can test.