$headers = "From: info@mycompany.com \r\n"; $headers.= "Content-Type: text/html; charset=windows-1255 "; mail($email,$subject,$message, $headers);