Can you be more specific about the transfer failure?  A quick check seems to
indicate smtp.covad.net is a true SMTP server (at least I could do a basic
check over port 25), so the setup should be correct.

What is the "host computer name" you refer to?  Does your own system have an
SMTP server (that's common on Linux for example, with sendmail often
configured automatically)?  Obviously, if you have a local SMTP server, then
use it instead of the smtp.covad.net.  You just need to point to an SMTP
server that will let you send using the "FROM" email address you have.

David

----- Original Message ----- 
From: "charles doweary" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, January 14, 2004 5:11 PM
Subject: Re: Javamail not working with non-Outlook Express users.


> Changing  "props.put("smtp.covad.net", "XXXXXX-YYYYYY1");  to
>               "prop.put("mail.smtp.host","smtp.covad.net");  didn't work.
> That change caused the transfer to fail; I changed it back to the host
> computer name.
> Do you have any other suggestions as to why the transfer works for Outlook
> and not the other clients?
>
> Thanks,
> Charles


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

Reply via email to