I am trying to send an email using the mail function, everything works except cc: ? Here is my code:
mail($HTTP_GET_VARS['customers_email_address'], "Your Order Status Has Changed!", $message, 'Content-Type: text/plain; charset="iso-8859-15"' . "\n" . 'Content-Transfer-Encoding: 8bit' . "\n" . 'From: info@localhost.com','cc: orders@localhost.com');
I've tried using BCC, nBCC, and CC like metioned in the forums, but that didn't work either?
Regards,
yogster