| Author |
using java mail API
|
siva kumar
Ranch Hand
Joined: Sep 03, 2004
Posts: 86
|
|
i'm using java mail to send emails. If i give 2 email addresses for to addresses, if one is invalid the exception is thrown and email is not sent to valid to address also.but i want email to b sent to b sent to valid address how to do that.
|
 |
Ghulam Rashid
Ranch Hand
Joined: Jan 14, 2002
Posts: 278
|
|
I think probably you need to handle this in the catch block. And, from the catch block you need to validate the valid EMail Address and then calling your send method to send the mail. You might think of other possibilites too .... Rashid SCJP, BEA Certified Dev for WLS
|
 |
 |
|
|
subject: using java mail API
|
|
|