Re: [PHP] PHP and undelivered mail
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. After that, you have to track return mails, or you can use HTML-enhanced (cough, cough) email, and embed an IMG with a URL and track those, for some kind of rough idea of who is opening it, if they have crappy email clients that let you find that out. -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] PHP and undelivered mail
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 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 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] PHP and undelivered mail
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