Re: [PHP] Using exim with mail()

2003-12-05 Thread King Pochacoo
For 1, I have checked the exim doc, it is ok to call exim directly. For 2, How can I deal with this ??? Would you tell in details, pls. Martin Cameron <[EMAIL PROTECTED]> wrote: I see two problems here: 1. The standard installation of exim requires you to make a symlink from sendmail to exim

Re: [PHP] Using exim with mail()

2003-12-05 Thread Jason Wong
On Friday 05 December 2003 13:17, King Pochacoo wrote: > 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 wr

[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