javax.mail.MessagingException: Could not connect to SMTP host: smtp.126.com,port:25 解决方案: 之前用的是126邮箱,然后修改为qq邮箱后还是报错. 网搜查看了下,目前都是代码级别的解决方案,继续调查中.. 该问题很奇怪,在windows下配置的没问题,在linux下配置的就有问题,我也有点搞不懂. http://service.exmail.qq.com/cgi-bin/help?id=28&no=100058…
使用不同的兩個帳戶发送email时,第一个账户可以发送成功,但到第二个账户的时候就报出了501 mail from address must be same as authorization user的错误. 具体代码如下: import java.util.Date; import java.util.List; import java.util.Properties; import javax.mail.Address; import javax.mail.Authenticator; im…