frozenpeas
Technical User
Hi,
I need to customize the mail header but am not sure how to go about it. Here is where I am at:
which yeilds "From: .''.
My $row values are good. Thanks. frozenpeas
I need to customize the mail header but am not sure how to go about it. Here is where I am at:
Code:
$header = "From: $row['namef'].' '.$row['namel']\r\n"
."Reply-To: $row['email']\r\n"
."\"MIME-Version: 1.0\"\r\n"
."Content-Type: text/plain;";
which yeilds "From: .''.
My $row values are good. Thanks. frozenpeas