Mailer tag - attach problems

2002-07-16 Thread Nguyen Christine T Contr AFMSA/SGSID
I am trying to have a dynamic mail sent using Jakarta's mailer tag. The email is sending fine, until I added the attachment functionality. Hard coding the file in the attributes worked fine, but when I added a dynamic request in the body, things went wrong. Here is a sample of my coding: <%@ tagl

Mailer Tag Sending Problem

2002-07-11 Thread Nguyen Christine T Contr AFMSA/SGSID
I am using Jakarta's mailer tags in my JSP page to send email through a form, but it won't send. This is what I have so far: <%@ taglib uri="/WEB-INF/mailer.tld" prefix="mt" %> <%=request.getParameter("TO")%> <%=request.getParameter("FROM") %> <%=request.getParameter("

Mailer Tag

2002-07-09 Thread Nguyen Christine T Contr AFMSA/SGSID
I have attached the two files that I am implementing that uses the mailer tag library. I am running them on a Tomcat server and using Internet Explorer to test them. When clicking on the send button to send an email to the specified email address, a blank white screen comes up, without showing any