Re: [PHP] Using exim with mail()

2003-12-05 Thread King Pochacoo
o exim and so you don't call exim directly; 2. If exim is owned by user 'mail' or 'exim' - the defaults - and you're trying to call it with user 'nobody' or 'www' or whatever your default apache user is, you're going to have a problem, aren&#

[PHP] Using exim with mail()

2003-12-04 Thread King Pochacoo
Hi all, I set sendmail_path = /usr/sbin/exim -ti in php.ini But when I call to mail(), it displays Fatal error: Call to undefined function: mail() in /home/society/info/public_html/forum/include/userlogin.php on line 361 What's wrong with my setting in php.ini ??? I am sure my code is