Multiple email recipient in feedback form

Author Message

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}nospam@ez.no{/set-block}

but how can I specify another email address? for example:

{set-block scope=root variable=email_receiver}nospam@ez.no{/set-block}
{set-block scope=root variable=email_receiver}myemail@ez.no{/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

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.