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.
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.