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.