且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用Apache Commons电子邮件发送邮件时出现问题

更新时间:2023-02-14 23:42:18

Yes, you need the JavaMail API JAR as well (this is the javax.mail package).

Commons Email sits on top of the JavaMail API and makes it a little less awful to use.