Tony Augustine
2010-Apr-22 04:55 UTC
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 -- 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.
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, 12:55 am, Tony Augustine <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> HOW TO Track How Many Recipients Open Your Mail IN RAILS? > > please help me PROVIDE SOLUTIONS AND STEPS OR ELSE ANY PLUGIN > -- > 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 athttp://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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Frederick Cheung
2010-Apr-22 14:09 UTC
Re: HOW TO Track How Many Recipients Open Your Mail IN RAILS?
On Apr 22, 5:55 am, Tony Augustine <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> 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> 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 athttp://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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Tony Augustine
2010-Apr-23 03:54 UTC
Re: HOW TO Track How Many Recipients Open Your Mail IN RAILS?
Frederick Cheung wrote:> On Apr 22, 5:55�am, Tony Augustine <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> 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. > > Ferdsee can u giv me d way how to implement this one .please -- 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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.