Thursday 19 August 2004 10:40:17 am
Hi, I'm trying to set a cc recipient in the form bundled with ezp 3.4.1 with no success. Following the forum thread:
http://ez.no/community/forum/developer/hot_send_email_with_ezemail_ I tried to add to /mysite.it/kernel/form/process.php the line:
$mail->addReceiver( 'pippo@mysite.it' );
and/or
$mail->setReceiver( array( $receiver ,'pippo@mysite.it' );
without any result.
My goal should be to send all the forms, with different recipients on mysite.it, in carbon copy to the same email address over the natural recipient of every form.
Hope You have understood my problem, any help is appreciated. Thank You. Marco.
|