Handling Bounced Mails

Dear friends,

I am facing a problem. I have to develop a program to handle the Bounced mails.

Actually, I am having a DB of thousands of Email IDs. I am sending Newsletters and announcements to these IDs periodically. If there is any problem with the IDs, the mails will be bounced back. Now, I have to trap these returned mail IDs to remove from my Database.

We are using our own server to send and receive mails. The returned mails are directed to my ID.

I think you can help me out to handle the returned mails. Expecting your reply.

Thanks in advance.

Venkatesh

Chennai.

[626 byte] By [Venkysa] at [2007-11-27 8:49:16]
# 1
Did you read the entry in the JavaMail FAQ on this topic?
bshannona at 2007-7-12 20:58:11 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
I have read. But could not find a solution to my problem. Thanks.Venkatesh
Venkysa at 2007-7-12 20:58:11 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3
Which part of the problem is confusing you?Can you figure out how to get the bounced messages?Do you just not know how to process them once you get them?Are you not getting bounced messages when you think you should?
bshannona at 2007-7-12 20:58:11 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...