Response after sending mail
Hi ,How i can get the response after sending a mail to an address?Means what is the reponse of the server to that mail sending?ThanKx
[161 byte] By [
RAMJANEa] at [2007-11-27 6:25:35]

# 1
If you're looking for the detailed SMTP protocol level response codes,see the smtpsend.java demo program included with JavaMail, and seethe javadocs for the com.sun.mail.smtp package.