| PHP - Check if Email Opened
|
username

msg:4097792 | 6:23 am on Mar 15, 2010 (gmt 0) | Hi all, so I am trying to confirm whether an email recipient has opened an email. I believe the only way to do this is by including a clear image i.e. 1px x 1px in the HTML email, and writing to a database remotely. Such as... <img src="http://www.test.com/check.php?id=123&campaign=456" /> The issue with this is not all mail clients automatically download images, and this is dependent upon the user displaying all content. Is there another way to do this using email logs, or any other method which is 100% accurate? Thanks in advance.
|
Anyango

msg:4097803 | 7:09 am on Mar 15, 2010 (gmt 0) | imho, you will not be able to get 100% or even 90% accuracy with any method available. You can setup an MTA and can implement many different measures but none of them is going to accurately track how many emails were opened. I might be wrong though but that is my experience.
|
dreamcatcher

msg:4097855 | 9:24 am on Mar 15, 2010 (gmt 0) | The other problem you have is that not everyone allows HTML emails. As Anyango mentioned, its virtually impossible to make this accurate. dc
|
jatar_k

msg:4097928 | 12:58 pm on Mar 15, 2010 (gmt 0) | for reference, it's called a bug, usually a web bug, there are resources around about them.
|
Jonesy

msg:4098092 | 4:52 pm on Mar 15, 2010 (gmt 0) | I read email using `alpine` (ne `pine`). None of the external references embedded in my incoming email are "tickled" by my reading the message. Spammers use that email technique to verify that the email addy is a valid and active address.
|
|
|