$to="$email"; $headers.="Content-Type: text/html; charset=windows-1255"; $subject = "$title"; $mail_ok=@mail($to,$subject,$body,$headers);