I receive email main addressee but the Cc: doesn't receive anything.
I am using the following for extra headers and for the Cc and From info
Code: Select all
$headersx = 'MIME-Version: 1.0' . "\r\n";
$headersx .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
$headersx .= 'From: ' . $useremail . "\r\n";
$headersx .= 'Cc: myemail@mydomain.com' . "\r\n";Thanks