On Tuesday, January 8, 2002, at 09:23 AM, David Wynter wrote:

> In my poking about to see how to get the SMTPHost I spotted a typical 
> cut
> and paste error
>
>         if (smtpHost == null || smtpHost.trim().equals("")
>                 || emailFrom == null || smtpHost.trim().equals("")
> <---------------------here 'tis
>                 || emailTo == null || emailTo.trim().equals("")
>                 || emailSubject == null || 
> emailSubject.trim().equals("")
>                 || bufferSize == null || bufferSize.trim().equals("") )
>         {
>             return;

Can you submit a patch or perhaps identify the file that this came from?

-Kurt


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to