3

我为从我的应用程序发送邮件尝试了这些设置。它工作正常,几天后。它不工作。

props.setProperty("mail.transport.protocol", "smtp");   
props.setProperty("mail.host", "android.smtp.mail.yahoo.com"); 
props.put("mail.smtp.starttls.enable", "true");  
props.put("mail.smtp.auth", "true");
props.put("mail.smtp.port", "465");

我得到的错误是:

javax.mail.MessagingException: Could not connect to SMTP host: android.smtp.mail.yahoo.com, port: 465, response: -1

编辑1: ** * ****

props.put("mail.smtp.port", "587");  If I used this than I got the EOF xception

我从这里得到了属性:

雅虎邮件设置

4

0 回答 0