I developed a sample mail program in Java. While sending mail, it throws exception like “553 from address not verified”. How do I resolve?
I developed a sample mail program in Java. While sending mail, it throws exception
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.