[PHP] something wrong at my mail set up in php.ini

2001-02-19 Thread [EMAIL PROTECTED]
Dera folks, I suspect there is something wrong at my php.ini mail setup. My script for mail() does not work and no error message, just did not send out anything. Is there anyway I can see if script mail() does not work and see what the problem is? Jack [EMAIL PROTECTED] "There is nothing more

Re: [PHP] something wrong at my mail set up in php.ini

2001-02-19 Thread Hrishi
Is there anyway I can see if script mail() does not work and see what the problem is? Jack Hey Jack, take this line and put it before the part of the code that sends the mail: ? error_reporting(63); ? this turns on ALL error reporting, so make sure yuo use it only for debugging. also, if