Forums / Setup & design / Multiple email recipient in feedback form

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

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