Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Tracking link of email

 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am sending a email (HTML/text) using the JavaMail API.

i want to track which links(hyperlink) of the emails was opened by the Receipent.

I am creating a HTML based email using the editor as in Yahoo etc


How can i track that.


Thanks.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You could have the links go to your server, which then extracts the real URL from a parameter in the link and redirects the request to that URL.

I would consider this kind of behavior an intrusion of privacy, and take steps to avoid it.
 
Kriti Garg
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually these users are subscribers to our maling list.

And in this newsletter we just want to check which are the subscribers area of intereset .We need this for our survey
 
Greenhorn
Posts: 6
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I need to create a module that resembles a "Email Marketing" where you can:

1. Send email to list of users and track the delivered & undelivered email addresses;
2. Track which links(in the email body) were clicked.

Basically sending & tracking email messages.

Please suggest me a good approach for the above scenario. I would like to have an tutorial/example or a Java API that does this.

Thanks for your help in advance!


Regards,
Somu
 
Sheriff
Posts: 22796
131
Eclipse IDE Spring Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Don't wake the zombies. Also, don't hi-jack threads, especially when you create your own thread as well.
 
Somu Pitchaiah
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yeah I didn't want to post the duplicate message. I tried to remove it, but couldn't find the option to do that.
 
reply
    Bookmark Topic Watch Topic
  • New Topic