While attempting to test the sendmail.jsp example from a Tomcat 4.1.12 installation I keep running the following error:
ENCOUNTERED EXCEPTION: javax.mail.SendFailedException: Sending failed; nested exception is: javax.mail.MessagingException: Could not connect to SMTP host: home.hitokiri.com, port: 25; nested exception is: java.net.ConnectException: Connection refused Where would I check to resolve this issue? I don't understand why the connection is being refused since I use the same SMTP host name to send email out from from my email program. And there's no authentication needed to send out emails from that host (which is localhost anyway). Any ideas? -Ben -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
