Dear Sir/Madam, I have develop mail solution programme in PHP .In which one user can send email to other .I want to implement flag which notify first user when second user read message sent to him by first user . This is simply mail confirmation i.e The user have read the email. regards
I'm not sure what you're asking. Is this internal mail? Like a messaging system? If so, you just need to set a flag with the rest of the mail data like you said. If you're sending regular emails to other networks the only option that you have is to use a read receipt in the header of the email. This doesn't guarantee that the sender will be notified though. Read-Receipt-To: "name" <email@domain.com> Disposition-Notification-To: "name" <email@domain.com>
Does anyone know a way to set read notification on gmail? I want to be able to send a message in gmail and get confirmation notification when the recipient has read my email.