Thanks, I think that's what needs to be done anyway.

on a related topic,
I've been trying to figure out if JavaMail threads / forks when it sends.

Or if its worth writing an Emailer (implements Runnable) that would just
take care of its business and let tomcat go on its merrry way.

the user doesn't need to know what we are emailing or if it succeeds.

anybody have any thoughts on that ?  extra thread overhead ? waste of my
time ?


> From: "Martin van den Bemt" <[EMAIL PROTECTED]>
> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Date: Tue, 13 Nov 2001 22:21:23 +0100
> To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Subject: RE: UnknownHostException thrown from SmtpClient
> 
> Use JavaMail instead.. The SmtpClient (at least if that is the one in
> com.sun or sun.) is as far as I know not even supported..
> Never had any problems with that, unless the jvm couldn't find a host in the
> first place, it tends to never find it again.
> 
> Mvgr,
> Martin


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to