lk wrote:
> I'm using Mailer2 to send automatic mail to some address.
> I would like to generate automatically the subject passing a variable
> but I can't!
>
> My code is:
> from="[EMAIL PROTECTED]"
> subject="<% out.system(request.getParameter('titolo'));%>"
If you're using a 2.4 cont
Hi,
I'm using Mailer2 to send automatic mail to some address.
I would like to generate automatically the subject passing a variable
but I can't!
My code is:
I've tried both way to add a variable (scliplet and c:out tag) but
nothing: the subject I get contains exactly the code I've put in th