Posted By:
Abhijat_Upadhyay
Posted On:
Thursday, February 7, 2002 01:07 AM
how do i track whether my email was delivered successfully(using javamail), i.e., after i do Transport.send(msg), how do i come to know whether my msg(message) has been delivered to the recipients or the SMTP server??
there are certain classes in the JavaMail API like TransportAdapter, TransportListener but i was not able to implement it successfully in my code. kindly help ASAP