Hi, I'm trying send an email via
tomcat using javamail. But I get the following error:
javax.servlet.ServletException: Sending failed;
nested exception is:
class javax.mail.MessagingException: 530 authentication required - for help go to
http://help.yahoo.com/help/us/mail/pop/pop-11.html I did go to the yahoo url above, but couldn't find any help.
Heres my code:
Please somebody help!