Here is the code that is supposed to do what I want:

$headers = "From: \"$name $last\" <$email>\n" . "Reply-To: <$email>\n\n";
$headers .= "Content-Type: text/html; charset=iso-8859-1"; 
mail($to, $subject, $msg, $headers) or die ("Mail not sent.!");

Instead, I get all of the raw code in the email.

Any suggestions?

Thanks

RW


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to