how to get successful delivery of mail.

I use to log all outgoing mails in a table and this code executes after successfull execution ofTransport.send().

Some time some of my customers complain that they are not receiving mails while we have logs in our table.

Is there any way to get it confirmed that mail has been sent successfully or not?

[330 byte] By [RajeevSahu_Sahua] at [2007-11-27 10:03:04]
# 1

You can look into Deliver Status Notifications, but they don't provide a

guarantee either. You can check the logs in your mail server to see

what it did with the message that it accepted from JavaMail but that

your client never saw. Most likely the messages are being filtered

out by spam filters or some such.

bshannona at 2007-7-13 0:37:59 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...