On Thu, 2006-04-27 at 10:48 -0500, Jeremy Schreckhise wrote:
> Have you tried?
> 
>       error_reporting(E_ALL^E_NOTICE); 

Surely you mean error_reporting(E_ALL);?

If one of my team members ships code that does not pass through on E_ALL
(or E_STRICT), they get a beating.

Now, back to the problem at hand...

Are you 100% certain that your sendmail binary is available and the
correct path set? I presume you are using the native mail() function?
Thats probably where you are having issues. Also your script may be
timing out because sendmail can't resolve a FQDN or something?

--Paul

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to