Re: [PHP] PHP and undelivered mail

2005-07-13 Thread Richard Lynch
On Tue, July 12, 2005 5:03 am, Angelo Zanetti said: > Is it possible to determine if a mail was sent successfully or not > delivered using PHP? Obviously using PHP to send the emails. > thanks in advance No. You can get the return code to see if YOUR mail software is even going to try to send it.

Re: [PHP] PHP and undelivered mail

2005-07-12 Thread Cafer Simsek
hi, This looks like imposible. Because generaly, SMTP is running asyncron mode. Maybe you can do it mail's return-path's mailbox checking. But this will not be syncron too. Best Regards. -Cafer Angelo Zanetti <[EMAIL PROTECTED]> writes: > HI all. > > Is it possible to determine if a mail wa

[PHP] PHP and undelivered mail

2005-07-12 Thread Angelo Zanetti
HI all. Is it possible to determine if a mail was sent successfully or not delivered using PHP? Obviously using PHP to send the emails. thanks in advance ANgelo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php