Try this:
$var = mail($toMail, $subject, $message,
"Content-type: text/html\n\r
From: $email\n\r
Reply-To: $email",
"sendmail_path: /usr/sbin/sendmail\n");
The comma between the content header and the from header was probably throwing it off. Also there should have been a...