Java Class For Email

Tech Guy on October 1st, 2009

Introduction
This is a java class file for sending mails using java APIs. It requires two jar files to be set in the class path. Also Java J2SDK is required to compile or run this code. A valid SMTP server ip is required and that should be authenticated by a valid user id and password.
Limitations [...]

Continue reading about Java Class for Sending Email using Java API