Re: problem in using mail tag

2002-08-28 Thread P.miller
Hello, I don't know if you got answers already? You don't need to put \ (backslash) in you parameters (\"from\")!! I never do it like this only make <%=request.getParameter("from")%> Hth Peter "Venkatarangaiah, Srinivas B." wrote: > Hi, > > I am using Mail tag to send message. > The code I

problem in using mail tag

2002-08-26 Thread Venkatarangaiah, Srinivas B.
Hi, I am using Mail tag to send message. The code I have used in jsp page is " from="<%= request.getParameter(\"from\") %>" subject="<%= request.getParameter(\"subject\") %>" > <%= request.getParameter("text") %> Using this code Iam unable to send message, probably i am not using "to