Re: [PHP] OS need anything for mail() to work?

[email protected] (Stut) Fri, 25 Apr 2008 21:19:27 +0100
Newsgroups php.general
Message-ID <[email protected]>
On 25 Apr 2008, at 21:16, Brian Dunning wrote:
> Here is what the log shows for the attempts:
>
> Apr 24 17:03:34 MacBrian postfix/error[10699]: F19D21287847: to=<[email protected] 
> >, relay=none, delay=4470, delays=4440/30/0/0, dsn=4.4.1,  
> status=deferred (delivery temporarily suspended: connect to  
> skeptoid.com[72.32.102.215]: Operation timed out)
>
> PHP returned 'TRUE', so how do I tell if it failed or not?

It didn't fail. PHP delivered it to the local MTA which is all it's  
supposed to do. Your problem is with that MTA not being able to  
deliver it for the reason shown in the message above (can't connect to  
skeptoid.com).

-Stut

-- 
http://stut.net/

>
> On Apr 25, 2008, at 11:35 AM, Eric Butera wrote:
>
>> You can also try doing tail -f /var/log/mail.log at the terminal to
>> see if it says anything there.
>
>
>
>
>
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>