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 Quote 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 } Quote 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? Quote 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 Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.