> Here is the code that is supposed to do what I want:
> 
> $headers = "From: \"$name $last\" <$email>\n" . "Reply-To:
<$email>\n\n";

Try taking out the extra newline (\n) you have in the above line.
Actually, the headers are supposed to be separated by \r\n, instead of
just \n, also.

---John Holmes...



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

Reply via email to