Friday 01 July 2005 2:04:10 am
Here you can find usefull information i think. http://ez.no/ez_publish/documentation/customization/components/information_collection Then look into part 6 in this page- "<b>Create the override template to send the emails</b>" In this template look here:
{* Use this line to specify the e-mail in the template, can read this from the object to make it dynamic pr form *}
{set-block scope=root variable=email_receiver}{$object.data_map.reciver.content}{/set-block}
So, {$object.data_map.<b>reciver</b>.content} will be your recipient. <b>reciver</b>-name of attribute that you have to add into the class,
|