Thursday, 27 September 2012

JAVA Program to send an e-mail

SAMPLE JAVA PROGRAM TO SEND AN EMAIL The JavaMail API is not part of core Java SE, but an optional extension. In addition, it is required in Java Enterprise Edition. The JavaMail packages can be accessed in two ways: by placing j2ee.jar in the classpath or, by placing both mail.jar and activation.jar...