http://java.sun.com/products/javamail/javadocs/javax/mail/AuthenticationFailedException.html
"This exception is thrown when the connect method on a Store or Transport object fails due to an authentication failure (e.g., bad user name or password)." Looks like the email engine is attempting to send an email and fails authentication when connecting to the mail server used for message transport. Axton Grams On Mon, Nov 3, 2008 at 11:07 AM, Ramy S. Ayoub <[EMAIL PROTECTED]> wrote: > ** > Dear All , > > I found the Error below in my Email - Error log which the emails are sent > and everything working ?? > > > null > > javax.mail.AuthenticationFailedException > > at javax.mail.Service.connect(Service.java:306) > > at > com.bmc.arsys.emaildaemon.SenderModule.openTransport(SenderModule.java:424) > > at com.bmc.arsys.emaildaemon.SenderModule.doWork(SenderModule.java:197) > > at com.bmc.arsys.emaildaemon.ThreadBase.run(ThreadBase.java:288) > > at java.lang.Thread.run(Unknown Source) > > > > __Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" > html___ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

