View Single Post
Old 2004-01-19, 04:52 PM   #3
Flickstah
If something goes wrong at the plant, blame the guy who can't speak English
 
Join Date: Dec 2003
Location: Anaheim, CA
Posts: 35
Send a message via AIM to Flickstah
I figured it out.. :)

ok so how I did it was...

$headers= "X-Priority: 1\n";
$headers.= "Content-Type: text/html\n";
$headers.= "From: Naughty Holly Webmaster<flick@naughtyholly.com>\nX-Mailer: PHP/\n";
$headers.= "Return-Path: <flick@naughtyholly.com>\n";

mail($email, $subject, $message, $headers, phpversion());

I had to include all those "$headers" and and move the "from" link up to a header call.

It took an additional 3 hours or so to get that right after trying a bunch of other stuff, but I finally got it working

Thanks for the reply cleo

-fLIck
Flickstah is offline   Reply With Quote