hi all,
I am sending e-mail using php code as follows.
$sentOk = mail($to,$subje ct,$message,$he aders);
It is working well. I tested.
Now i want to send mail to more addresses using 'bcc' and 'cc' options.
I need to complete this in php code as much as quickly.
Please help me.
Advance thanks.
Regards
N.Prabhu
I am sending e-mail using php code as follows.
$sentOk = mail($to,$subje ct,$message,$he aders);
It is working well. I tested.
Now i want to send mail to more addresses using 'bcc' and 'cc' options.
I need to complete this in php code as much as quickly.
Please help me.
Advance thanks.
Regards
N.Prabhu
Comment