Unable to load tag handler class "com.cj.smtp.Sendmail" for tag "send:Sendmail"

S

sugapablo

I'm getting the following error trying to send email from my JSP page:
Unable to load tag handler class "com.cj.smtp.Sendmail" for tag
"send:Sendmail"

This was a script transferred from one server to another. It worked
fine on our old server, running tomcat4, but is failing on the new
server running tomcat5.

Here's a sample page that is failing:

[begin code]
<%@page contentType="text/html; charset=iso-8859-1" language="java"
import="java.sql.*,java.util.Properties,java.util.Date,java.text.*"%>

<%@ taglib uri="WEB-INF/jsp/taglib11.tld" prefix="send" %>
<send:Sendmail
host="xxxx.xxxxxxxxx.com"
domain="xxxxxxxxx.com"
port="25"
from="(e-mail address removed)"
to="(e-mail address removed)"
subject="Test 1:" >

Test 1 2 3

</send:Sendmail>
[end code]

WEB-INF/jsp/taglib11.tld is there, it's in the right place, it's able
to be read. I can't figure out what else to look for.

Any ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,733
Messages
2,569,439
Members
44,829
Latest member
PIXThurman

Latest Threads

Top