> 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 you dont see any warnings despite the above line, you can be sure 
its a configuration problem.

cheers,
Hrishi

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to