Forum: Ruby on Rails Receive a notification when the user open an email - Ruby On Rails

Posted by Giovanni L. (giovanni_l)
on 2011-12-17 06:37
I building an application using rails, and I wanna know if is possible
to write a code which allows me to be notified or something like that
when the user open an email sent through my application. I need to track
that information. When I sent an email, I need know. The question to be
answered by my app is "Did they read it?"

Tips in others languages would be ok to me!

Thanks in advance, and sorry for my bad English =))
Posted by Frederick Cheung (Guest)
on 2011-12-17 12:13
(Received via mailing list)
On Dec 17, 5:37am, "Giovanni L." <li...@ruby-forum.com> wrote:
> I building an application using rails, and I wanna know if is possible
> to write a code which allows me to be notified or something like that
> when the user open an email sent through my application. I need to track
> that information. When I sent an email, I need know. The question to be
> answered by my app is "Did they read it?"
>

You can't know this with certainty. The most common technique is to
include a link to a tiny image and log requests to the image
(obviously include enough in the url that you can workout which email
is being read). A lot of people have external images turned off for
their email though

Fred
Posted by Luis Lavena (luislavena)
on 2011-12-17 14:17
(Received via mailing list)
On Dec 17, 2:37am, "Giovanni L." <li...@ruby-forum.com> wrote:
> I building an application using rails, and I wanna know if is possible
> to write a code which allows me to be notified or something like that
> when the user open an email sent through my application. I need to track
> that information. When I sent an email, I need know. The question to be
> answered by my app is "Did they read it?"
>

See SendGrid
http://sendgrid.com/

They have "open" notifications when you use HTML templates for the
emails.

--
Luis Lavena
Posted by Walter Davis (walterdavis)
on 2011-12-17 17:40
(Received via mailing list)
On Dec 17, 2011, at 6:11 AM, Frederick Cheung wrote:

> You can't know this with certainty. The most common technique is to
> include a link to a tiny image and log requests to the image
> (obviously include enough in the url that you can workout which email
> is being read). A lot of people have external images turned off for
> their email though

For precisely this reason.

Walter
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.