$from and $email are what?I use the following headers:
PHP:$headers = 'From: ' . $from . ' <' . $email . '>' . "\r\n"; $headers .= 'Reply-To: ' . $email . "\r\n"; $headers .= 'X-Mailer: PHP/' . phpversion() . "\r\n"; $headers .= 'MIME-Version: 1.0';
ini_set( "sendmail_from", "[email protected]" );