该项目是Apache的Commons子项目下的一个邮件客户端组件,它是基于JavaMail的,大大简化了邮件的发送操作。
Commons Email 发布了 1.3.1 更新版本,该版本要求 Java 5 或者更新版本支持,同时修复了两个bug:
* DataSourceClassPathResolver will now correctly set the DataSource name for resolved
resources. Additionally, it is now possible to set the name for a ByteArrayDataSource.
Issue: EMAIL-125.
* Header values are not folded twice anymore. The actual encoding and folding is
now only performed in Email.buildMimeMessage().
Issue: EMAIL-124.
项目主页:http://commons.apache.org/proper/commons-email//
来自:开源中国社区