here's some things you can check out:

- make sure the path to sendmail is correct/default
- make sure sendmail is running
- check: http://www.php.net/manual/en/function.mail.php and make sure that everything 
you're doing in that function is allowed and correct.

>>> Haseeb Iqbal<[EMAIL PROTECTED]> 04/01/03 09:49PM >>>
hi all while sending mail from php i keep getting this 
"Server Error " on line 2
and this is on line 2
mail("[EMAIL PROTECTED]", "the subject", "hi","From: [EMAIL PROTECTED]"."Reply-To: 
[EMAIL PROTECTED]"."X-Mailer: PHP/" . phpversion());

what is wrong with this what i am going wrong
??
regards
Haseeb

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to