Sergey,
Got your mail -- you said:
Thank you for attention.
Yes, I used phpinfo()
My site is plased on hosting company
There are two values:
1-Master Value="/usr/sbin/sendmail -t"
2-Local Value="/bin/sendmail"
In httpd.conf old value for
php3_sendmail_path was "/bin/sendmail"
new value I have set is "/bin/sendmail -t"
But I have got this message:
Syntax error on line 653 of /www/conf/httpd.conf: php3_sendmail_path takes one argument, Full path
to sendmail binary
From IP Address: xx.xxx.22.79
From Browser: Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)
In httpd.conf, instead of:
"/bin/sendmail -t"
try this:
"/usr/sbin/sendmail -t"
The -t flag runs a syntax check in sendmail's configuration files.
I am in a little over my head on this one -- hope an Apache expert can help. Sergey, you may want to post this in the "Install Forum".
--ph