JavaMail question..
- From: maya <maya778899@xxxxxxxxx>
- Date: Wed, 31 Jan 2007 12:10:15 -0500
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..
.
- Prev by Date: Re: Unknown number of inputs
- Next by Date: Re: Is this recursion?
- Previous by thread: Java routine sleeps after hibernate
- Next by thread: This should be ridiculously simple, but....
- Index(es):