A Java class for sending multipart Email messages through your Gmail account
Here is a Java class for sending multipart (text and file attachments) email messages through your Gmail account. This class is suitable for use in your JSF backing bean.
JavaMail library must be in your project. Get JavaMail here.