Velocity script in email template
Hi,
Is it possible to add velocity script in an email template ?
The goal I'm trying to achieve is to hide some part of the html (of the mail) depending on a variable value (boolean variable - mktoBoolean). I'd like to not use an "html mail trick" (use this boolean variable to set heights of the elements I want to hide to 0). That's why I think using a velocity script would be a very good solution.
Thank you in advance for your help or ideas