Hi there
How I can send mail via "mail" command without putting any email address in the "$to" field,
mail($to, $subject, $message, $headers);
because I want to send an email to multiple customers via "Bcc" field. I tried to leave the $to field empty or only ' ' (i.e. space) but none of them worked!
Please HelP
Ali
How I can send mail via "mail" command without putting any email address in the "$to" field,
mail($to, $subject, $message, $headers);
because I want to send an email to multiple customers via "Bcc" field. I tried to leave the $to field empty or only ' ' (i.e. space) but none of them worked!
Please HelP
Ali