| Author |
JavaMail sent to multiple recipients
|
Kevin P Smith
Ranch Hand
Joined: Feb 18, 2005
Posts: 362
|
|
Hi guys
Could anyone tell me why sending emails to multiple accounst is throwing 'Invalid Address' errors, but when I send to a singular email, the same code works?
Here is my code for multiple emails:
Here is my code for a simgle email:
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
Perhaps one of the email addresses is invalid. Try with one at a time to figure out if this is the case, and if so which one.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
Kevin P Smith
Ranch Hand
Joined: Feb 18, 2005
Posts: 362
|
|
Cheers for that, that's sort of half right. It is saying one of the email accounts is invalid (a Yahoo! account), it's just a little weird because the address IS valid, it's my email and I use it all the time
I'll keep investigating
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
Can you turn on debugging on the Session to see where it's failing? And perhaps post the stack trace (after anonymizing the email address(es))?
|
 |
 |
|
|
subject: JavaMail sent to multiple recipients
|
|
|