My ICQ is 334147994
I have the code but it wont go to my cox email address.
if( $okNow ) {
$to = "
[email protected]";
//$to = "
[email protected]";
$subject = "New Contact Info";
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
$headers .= 'Content-Length: '.strlen( $message ).'' . "\r\n";
$headers .= "From:
[email protected]\r\n";
$headers .= "Cc:
[email protected]\r\n";
$headers .= "Bcc:
[email protected]\r\n";
if( !mail( $to, $subject, $message, $headers ) )
echo "Unable to retrieve email. Problem sending email!!";
else{