Hi friends why this is not working ? While doing print_r , $emails ( which is To) is not showing any emails. It's fine when i send to only one person.
$mails = array('[email protected]','[email protected]');
$emails = implode(",",$mails);
$from= '[email protected]);
$subject = 'hello';
$body = 'test';
send_email($from,$emails,$body,$subject);
send_emailfunction and your script contains a syntax error.send_emailfunction, and try to post real code instead of a rewrite, which would prevent people posting about syntax errors that aren't in your original script.