aspose file tools
The moose likes Other JSE/JEE APIs and the fly likes How to track Email Messages Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "How to track Email Messages" Watch "How to track Email Messages" New topic
Author

How to track Email Messages

Somu Pitchaiah
Greenhorn

Joined: Sep 29, 2009
Posts: 6
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
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35258
    
    7
Somu Pitchaiah wrote:1. Send email to list of users and track the delivered & undelivered email addresses;

Obviously, you need to check the email account you're using to send the mails for bounced mails.

Apart from that, you can try this: Using delivery status notifications

2. Track which links(in the email body) were clicked.

This is discussed in the other thread where you asked about this.


Android appsImageJ pluginsJava web charts
Somu Pitchaiah
Greenhorn

Joined: Sep 29, 2009
Posts: 6
Thanks for the reply. Will try it out!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to track Email Messages
 
Similar Threads
JavaMail/James: Handle email bouncebacks?
Using SMTPAppender to attach files
how to find correct email and undeliverable email in javamail
Tracking link of email
Adding and Getting Email Header....