Forums / Setup & design / Multiple email recipient in feedback form
Daniele Nocentini
Monday 27 February 2006 8:08:49 am
In the template "collectedinfomail.tpl" I have this code:
{set-block scope=root variable=email_receiver}[email protected]{/set-block}
but how can I specify another email address? for example:
{set-block scope=root variable=email_receiver}[email protected]{/set-block} {set-block scope=root variable=email_receiver}[email protected]{/set-block}
Antica Bottega Digitale srl http://www.abd.it
Ćukasz Serwatka
Tuesday 28 February 2006 12:42:19 am
This is not supported by default. You will need to make an extension which will handle this or hack
kernel/content/collectinformation.php
// read email_receiver variable from tpl // you can add more variables here (282) $receiver =& $tpl->variable( 'email_receiver' );
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog