Jump to content

Is user opened the email


dhvani

Recommended Posts

Hello all,

 

I have one problem. I am sending some mails to users through mail() function.

Now i wants to know if the user opened up the mail or not?

 

I had seen some tools where i get this information.

 

But i wants to know that how they track that email is opened or not?

 

Please tell me if any one knows?

 

Thanks

Dhvani

Link to comment
Share on other sites

To the best of my knowledge the closest you might get is adding the following header to the e-mail...

 

$headers .= "Disposition-Notification-To: \"Your Name\" <your@email.com>\r\n";

 

But I believe this will only work if the mail client they use supports the feature and if the receiver chooses to send it (it pops up with a request, they can click yes or no).

 

Link to comment
Share on other sites

Thanks but i dont want email notification.

 

I wants to get in my database. If you check some news letter modules you get that they view statistics in which they show us that user has opened our mail or not. And if opened than how many times?

 

I wants that....

Link to comment
Share on other sites

never had to do this...

but I guess you can call a script within an <img ... /> tag...

just make sure you return an image (1 px transparent for instance)... don't know, seems logic, for security reasons.

 

and... in the src attribute image you could append a ?userId=WHATEVER

 

but there have to be smarter ways to get this done...

 

Link to comment
Share on other sites

never had to do this...

but I guess you can call a script within an <img ... /> tag...

just make sure you return an image (1 px transparent for instance)... don't know, seems logic, for security reasons.

 

and... in the src attribute image you could append a ?userId=WHATEVER

 

but there have to be smarter ways to get this done...

 

 

It's commonly used by spammers to detect which e-mail addresses are actually being read. That's why Thunderbird and other mail client by default block all images pulled from external sources.

Link to comment
Share on other sites

It's commonly used by spammers to detect which e-mail addresses are actually being read. That's why Thunderbird and other mail client by default block all images pulled from external sources.

 

true... and obvious.

but as far as I can see, it's the only way to call an external script...

and... the mail clients do block the images but the user can then allow them to be displayed...

 

So just make a nice signature, I'd say...

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.