在我的应用程序中,我希望以编程方式发送电子邮件,而无需用户干预。我用Google搜索了很多,并提出了一些有用的链接,如下所示。但是他们都没有为我工作。
对于所有给定的链接:
protected PasswordAuthentication getPasswordAuthentication() {
return new PasswordAuthentication(user, password);
这些行无法使用错误“返回类型不兼容”和“构造函数未定义”。有人可以帮我修复。我也添加了所需的Jar文件。
答案 0 :(得分:0)
在导入中添加以下行。
import javax.mail.PasswordAuthentication;