How to handle mailer daemon responses with JavaMail API and exchange server?

211 views Asked by At

We have a mailing service, where we send notifications to users. But when a user's email is invalid , the the server responds with a mailer daemon response or bounce mail. I want to catch these responses and log them into a database. Is this possible using JavaMail API along with exchange mail server.

Thanks in advance.

0

There are 0 answers