Share » Forums » Developer » Multiple form recipients in ezp 3.4.1

Multiple form recipients in ezp 3.4.1

Multiple form recipients in ezp 3.4.1

Thursday 19 August 2004 10:40:17 am - 2 replies

Modified on Thursday 19 August 2004 10:41:24 am by Marco Caldari

Author Message

Björn Dieding@xrow.de

Wednesday 25 August 2004 3:34:31 pm

http://pubsvn.ez.no/doxygen/classeZMail.html

$array = array( $receiver ,'pippo@mysite.it' );
foreach ($array as $email )
{
$mail->addReceiver( $email );
}
$mail->send();

In the API it looks like it should work

Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs
Looking for hosting? http://hostingezpublish.com
-----------------------------------------------------------------------------
GMT +01:00 Hannover, Germany
Web: http://www.xrow.com/

Marco Caldari

Thursday 26 August 2004 2:47:53 am

Thanks Björn for Your suggestion but my scripting knowledge is not so high.. Could You tell me where I should add that lines You wrote, I tried both somewhere in /lib/ezutils/classes/ezmail.php and/or /kernel/form/process.php but i didn't worked.
What happens behind the curtains when I send a feedback form? process.php passes the variables to ezmail.php is that right? Thanks in advance for any further help. Marco.

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu