does <%= email%> tag need to be evaluated? $<%=...
-----Original Message-----
From: Kevin Passey [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 12, 2002 10:54 AM
To: Taglibs (E-mail)
Subject: Has anybody used variables in the "to" address of the apache
mail er tag library
Well it looks like this does not work.
This does not even work - no e-mail is sent - as soon as I hard code an
address it works.
<% String email = request.getParameter("Email"); %>
<mt:mail server="dilbert" subject="Bsafe/400e DemoRequest" to="<%= email %>"
from="[EMAIL PROTECTED]">
my .tld looks like this
<attribute>
<name>to</name>
<required>yes</required>
<rtexprvalue>yes</rtexprvalue>
</attribute>
Any ideas - anybody...
Kevin Passey
--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>