lional Posted October 19, 2008 Share Posted October 19, 2008 Hi I have an email app that sends emails with attachments. Is it possible to have a return receipt sent to the sender when the email taht is sent is read Thanks Lional Link to comment https://forums.phpfreaks.com/topic/129053-return-receipt-for-emails-sent/ Share on other sites More sharing options...
Bendude14 Posted October 19, 2008 Share Posted October 19, 2008 yes just do something like this $mailsent = mail(//mail details) if($mailsent) { //send confirmation } Link to comment https://forums.phpfreaks.com/topic/129053-return-receipt-for-emails-sent/#findComment-669066 Share on other sites More sharing options...
JasonLewis Posted October 19, 2008 Share Posted October 19, 2008 You mean that when the original email is opened in say Outlook or something, an email is dispatched to the person who sent it telling them that it has been read. Is that what you're talking about? Link to comment https://forums.phpfreaks.com/topic/129053-return-receipt-for-emails-sent/#findComment-669067 Share on other sites More sharing options...
lional Posted October 19, 2008 Author Share Posted October 19, 2008 yes Link to comment https://forums.phpfreaks.com/topic/129053-return-receipt-for-emails-sent/#findComment-669089 Share on other sites More sharing options...
Zane Posted October 19, 2008 Share Posted October 19, 2008 unless you control the mail server that you are sending it to and the program they use to open the mail with.....then no that is not possible Link to comment https://forums.phpfreaks.com/topic/129053-return-receipt-for-emails-sent/#findComment-669093 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.