Yes I do have an SMTP server running on my system. My Windows Server 2003 has a POP3,SMTP mail server running and the mail server name is the same as the host computer name:
XXXXXX-YYYYYY1. It is using port 25.
The host computer name is the name of my computer, it is listed under the "computer name" tab under "System Properties".
I think I know what the problem is... I need to be using the following:
"prop.put("mail.smtp.host","XXXXXX-YYYYYY1");
Instead of:
"props.put("smtp.covad.net", "XXXXXX-YYYYYY1");
I'll keep you posted. Thanks again.
From: "David Wall" <[EMAIL PROTECTED]> Reply-To: "David Wall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: Re: Javamail not working with non-Outlook Express users. Date: Wed, 14 Jan 2004 17:15:16 -0800
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]
_________________________________________________________________
Find out everything you need to know about Las Vegas here for that getaway. http://special.msn.com/msnbc/vivalasvegas.armx
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
