HOW TO Track How Many Recipients Open Your Mail IN RAILS?

HOW TO Track How Many Recipients Open Your Mail IN RAILS?

please help me PROVIDE SOLUTIONS AND STEPS OR ELSE ANY PLUGIN

I could be wrong but I don’t think you’ll be able to accomplish what
you’re looking for. Once the e-mail is sent it is out of your control.
Maybe there is a way to reproduce Microsoft Outlook’s functionality
and request a response when the user is about to open the e-mail but
as far as I know the user can choose not to send the response anyway.

pepe

On Apr 22, 5:55 am, Tony A. [email protected] wrote:

HOW TO Track How Many Recipients Open Your Mail IN RAILS?

please help me PROVIDE SOLUTIONS AND STEPS OR ELSE ANY PLUGIN

One trick is to include links to images with a tracking code embedded
in them. As well as serving up the image you record the fact that that
email was read. A lot of email clients don’t load external images by
default, in part because of this.

Ferd

Frederick C. wrote:

On Apr 22, 5:55�am, Tony A. [email protected] wrote:

HOW �TO Track How Many Recipients Open Your Mail IN RAILS?

please help me PROVIDE �SOLUTIONS AND �STEPS �OR ELSE �ANY �PLUGIN

One trick is to include links to images with a tracking code embedded
in them. As well as serving up the image you record the fact that that
email was read. A lot of email clients don’t load external images by
default, in part because of this.

Ferd

see can u giv me d way how to implement this one .please