לא חבל על סתם מקום בקובץ? :|
חפש:
PHP קוד:
$headers = "MIME-Version: 1.0 \r\n";
$headers .= "Content-type: text/html; charset=windows-1255 \r\n";
$headers .= "From: your_mail@isp.com \r\n";
שנה ל:
PHP קוד:
$headers = "MIME-Version: 1.0 \r\n".
"Content-type: text/html; charset=windows-1255 \r\n".
"From: your_mail@isp.com \r\n";