Dear Fred,
As it is clear from the error message, "Could not connect to SMTP host:
DEQS06, port: 25"
Sendmail uses port 25 to send and accept mails. This port is *defined*
for it. You cannot use any other port for example 7100 and expect it to
work. If you are adament on using port 7100, run your sendmail on port
7100 and send mails, however, tell the world that you will receive mails
only on that port.
-- Naresh
Message: 7
Date: Wed, 08 Nov 2000 08:52:55 -0500
From: "Fred Moye" <[EMAIL PROTECTED]>
Subject: jsp:sendmail tag
I'm using JRun 3.0 on NT 2000 and I am trying to use the jsp:sendmail
tag to connect to our GroupWise server. I have the tag configured as
follows:
<jrun:sendmail host="DEQS06" port="7100" sender="moyef"
recipient="moyef" subject="test">
This is a test.
</jrun:sendmail>
However, when I try and run my jsp page I get the following error:
>javax.servlet.ServletException: Exception thrown processing JSP page.
>javax.servlet.jsp.JspTagException: Sending failed;
> nested exception is:
> javax.mail.MessagingException: Could not connect to SMTP host: DEQS06, port:
>25;
> nested exception is:
> java.net.ConnectException: Connection refused: no further information
Why is it using the default port of 25 instead of the port I specified?
Any help would be greatly appreciated.
------------------------------------------------------------------------------
-- Naresh
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.