Giovanni L.
2011-Dec-17 05:37 UTC
Receive a notification when the user open an email - Ruby On Rails
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 via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Frederick Cheung
2011-Dec-17 11:11 UTC
Re: Receive a notification when the user open an email - Ruby On Rails
On Dec 17, 5:37 am, "Giovanni L." <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> 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> Tips in others languages would be ok to me! > > Thanks in advance, and sorry for my bad English =)) > > -- > Posted viahttp://www.ruby-forum.com/.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Luis Lavena
2011-Dec-17 13:16 UTC
Re: Receive a notification when the user open an email - Ruby On Rails
On Dec 17, 2:37 am, "Giovanni L." <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> 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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Walter Lee Davis
2011-Dec-17 16:39 UTC
Re: Re: Receive a notification when the user open an email - Ruby On Rails
On Dec 17, 2011, at 6:11 AM, Frederick Cheung wrote:> > > On Dec 17, 5:37 am, "Giovanni L." <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> 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 thoughFor precisely this reason. Walter> > Fred >> Tips in others languages would be ok to me! >> >> Thanks in advance, and sorry for my bad English =)) >> >> -- >> Posted viahttp://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.