Re: javax.mail.AuthenticationFailedException

2008-07-22 Thread David Smith
I don't use Yahoo! email so take this with a grain of salt, but this error looks pretty clear cut to me. Yahoo's SMTP server wants username and password, but you aren't sending any. --David Carlos Morales Diego wrote: Hello all, Could anyone help me, please?, I've been trying to solve

RE: javax.mail.AuthenticationFailedException

2008-07-22 Thread Carlos Morales Diego
The line which you say I have it. It's this one store.connect(pop.correo.yahoo.es,chikichiki,bezos11); where chikichiki is the user name and bezos11 is the password. Date: Tue, 22 Jul 2008 14:38:19 -0400 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re

Re: javax.mail.AuthenticationFailedException

2008-07-22 Thread David Smith
] To: users@tomcat.apache.org Subject: Re: javax.mail.AuthenticationFailedException I don't use Yahoo! email so take this with a grain of salt, but this error looks pretty clear cut to me. Yahoo's SMTP server wants username and password, but you aren't sending any. --David Carlos Morales Diego