I would like to ask if there is any way to ensure that my sent email was read, and to ensure also that the attached files were opened.
I use Hotmail.

link|improve this question
feedback

migrated from superuser.com Jan 11 at 7:24

This question came from our site for computer enthusiasts and power users.

4 Answers

No, this is impossible. There is no reliable way to know what happens to an email once it leaves your client. One technique for confirming an email is read is to include an html image tag (usually hidden) that references an image on a server in your control. If the image is opened, this means the email is opened. However, most email clients block the opening of remote images precisely for this reason - privacy takes precedence. So it does not ensure you are notified.

If this is a service you require, then the email would need to be sent using a service in your control.

One option would be something like SecureFTP. File are sent as links in an email, and to access the files they must log into the secure site (using their browser). If the files are downloaded, you are informed.

link|improve this answer
Thank you for flagging this to be migrated back to SU. I have discussed this with SU mods and we feel that this question is better suited here. Thanks – Barry Jan 11 at 9:06
Also, as you point out, that only proves that that email was opened, not read. Even if you phoned the recipient, they could lie to you. – msanford Jan 11 at 15:21
feedback

This might be a little too philosophical, but there's no way to ensure someone has actually read your email. Even the received/read notifications do not ensure this. Why? Because it is a simple question of not being able to read someone's mind. The notification ensures only that someone has seen that the message was received.

My way of dealing with this is asking for an answer when the other person has read and / or acknowledged the contents of my email.

link|improve this answer
feedback

In Windows Live Mail, you have the option where the reader could send a notify that it read your email.

link|improve this answer
feedback

The most simple and common way to do this is using tracking images. Services such as Mailchimp provide this as part of their broadcasting service, and regular users can achieve it thorough services such as GetNotify.

The principle is you embed an image in the email, even a tiny 1x1px invisible thing. As soon as them image is pulled then that request is logged, and the URL to load the image is unique to that recipient of that email.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown