问题
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