Java mail sending error? [closed]

China☆狼群 提交于 2020-01-05 08:48:37

问题


I developed a sample mail program in Java. While sending mail, it throws exception like "553 from address not verified". How do I resolve?


回答1:


com.sun.mail.smtp.SMTPSendFailedException: 553 From address not verified

Means that sender address needs to be verified (enabled) in account's configuration. Can be experienced with for example Yahoo! free accounts.

refer http://javakiss.blogspot.in/2010/10/smtp-in-java-with-javaxmail.html

It willplease to help if you provide some code.



来源:https://stackoverflow.com/questions/9990421/java-mail-sending-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!