| Author |
javamail-EmailException
|
Madhavi Subramaniam
Ranch Hand
Joined: Nov 24, 2011
Posts: 33
|
|
Hi,
I'm sending message to some group of email addresses by using Transpot.send() API.
The TO email address list have one invalid address,but other addresses are valid.
Because of one invalid email address, other recipients also not getting the mails and I'm getting javax.mail.SendFailedException also.
How to handle this problem. Please suggest some solution for this.
Thanks
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16483
|
|
|
One of the JavaMail SMTP properties controls this. Here's a link to the documentation for all of those properties (scroll down): http://javamail.kenai.com/nonav/javadocs/com/sun/mail/smtp/package-summary.html.
|
 |
Madhavi Subramaniam
Ranch Hand
Joined: Nov 24, 2011
Posts: 33
|
|
Thanks paul... Thanks a lot...
set true to the property mail.smtp.sendpartial is the solution for this problem.
Thanks for your help
|
 |
 |
|
|
subject: javamail-EmailException
|
|
|