Re: [PHP] Re: verification of mail success

2006-02-23 Thread Chris
Yes I'm aware of the mail queue. I guess what I'm after is way to get a more detailed status message. I notice that in the mail queue, each message is given a unique ID, which I suspect could be used for my purpose, i.e. has the message been processed yet, is there a temporary or permanent deliver

Re: [PHP] Re: verification of mail success

2006-02-23 Thread Manuel Lemos
Hello, on 02/23/2006 10:52 PM Mattias Thorslund said the following: >>> This might be "too simple" or not... >>> >>> I'm trying to send emails from my PHP page, and while both mail() and PEAR >>> Mail >>> work, I'm having a hard time finding out whether a message was actually >>> sent or >>> not

Re: [PHP] Re: verification of mail success

2006-02-23 Thread Mattias Thorslund
Manuel Lemos wrote: > Hello, > > on 02/23/2006 09:22 PM [EMAIL PROTECTED] said the following: > >> This might be "too simple" or not... >> >> I'm trying to send emails from my PHP page, and while both mail() and PEAR >> Mail >> work, I'm having a hard time finding out whether a message was actu

[PHP] Re: verification of mail success

2006-02-23 Thread Manuel Lemos
Hello, on 02/23/2006 09:22 PM [EMAIL PROTECTED] said the following: > This might be "too simple" or not... > > I'm trying to send emails from my PHP page, and while both mail() and PEAR > Mail > work, I'm having a hard time finding out whether a message was actually sent > or > not. > > With b