JavaMail question..



I read in JavaMail docs (http://java.sun.com/products/javamail/javadocs/javax/mail/Transport.html#send(javax.mail.Message))

that Transport.send(msg) will throw an exception if the message could not be sent to SOME OR ANY of the recipients (emphasis mine..)

does this mean that if you send an e-mail to a bunch of people who subscribed to a mailing list or whatever by supplying their email address (which you put in db when they sent it,) if one of the email addresses from db you send email to doesn't exist anymore by the time you send the email NO ONE gets the email? YIKES..


thank you..


.