I have an information collector and a template containing custom form connected with it. I want to send collected info thru email but I want to set my own title for this email.
I have tried to set this by :
{set-block scope=root variable=subject}MY_OWN_TITLE{/set-block} but all emails are send with default title (something like "Collected info from...".
you have to be sure that your mail template is used, defining an override for it.
It seems that your tpl is not used, because I've set the subject line for our contact forms like yours and work as expected... Perhaps a cache problem, too...