Commons Emailは簡単にEmailを送ります。


org.apache.com mmons.mail
使い方が簡単すぎて、例を見たらすぐできます。JAVAメールに基づいて開発します。
アドレス:http://commons.apache.org/email/userguide.html
主ないくつかの種類:
SimpleEmail - This class is used to send basic text based emails. 
MultiPartEmail - This class is used to send multipart messages. This allows a text message with attachments either inline or attached. 
HtmlEmail - This class is used to send HTML formatted emails. It has all of the capabilities as MultiPartEmail allowing attachments to be easily added. It also supports embedded images. 
EmailAttachment - This is a simple container class to allow for easy handling of attachments. It is for use with instances of MultiPartEmail and HtmlEmail.