Monday 09 February 2009 12:52:36 am
Doesn't work for me as well. I am using 4.0. If I put the email adress like this it works:
{set-block scope=root variable=email_receiver}my_email_to_send_to@my_url.com{/set-block}
This does not work, even if the output of the variable in the so-called mail body is correct!
{set-block scope=root variable=email_receiver}{$object.data_map.sendTo.content}{/set-block}
Mail body:
SendTo: {$object.data_map.sendTo.content}
|