tvks Posted June 14, 2007 Share Posted June 14, 2007 Hi all, I have seen several scripts in PHP to deliver emails. Each one of them excels in their own accord. Each script efficiently validats the email id. But I have never come across such a script that notifies whether the email sent has been delivered to the recepient or not. For example, if I send a mail to [email protected] there is no script which I have seen which tells me that whether the mail has been delivered in the Inbox of [email protected] or its a bounce back. Please help me by showing such a script if it exists. Regards, tvks Link to comment https://forums.phpfreaks.com/topic/55549-email-delivery-verification/ Share on other sites More sharing options...
AbydosGater Posted June 14, 2007 Share Posted June 14, 2007 I do not believe that such a script is possible when the user recieves the email. But i have come across a few scripts that, have HTML formatted emails. And at the end of the email have an <img> tag that links to a .php file that sends an email back saying we got your email or somethin along them lines.. Andy Link to comment https://forums.phpfreaks.com/topic/55549-email-delivery-verification/#findComment-274494 Share on other sites More sharing options...
softnmedia Posted June 14, 2007 Share Posted June 14, 2007 We can do the checking using IMAP functionalities. Link to comment https://forums.phpfreaks.com/topic/55549-email-delivery-verification/#findComment-274602 Share on other sites More sharing options...
tvks Posted June 15, 2007 Author Share Posted June 15, 2007 Hi softnmedia, Can you explain more better ? Maybe with some code... Regards, tvks Link to comment https://forums.phpfreaks.com/topic/55549-email-delivery-verification/#findComment-275122 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.