> I am trying to send an email from a servlet with javamail (on a dev
> machine not the james machine). I have SMTP AUTH on. I create the
> PasswordAuthentication with a plaintext username and password.

> javax.mail.AuthenticationFailedException

This means that the SMTP transport couldn't connect.  Did you add the
mail.smtp.auth property to the property set?  See the JavaMail package for
examples.

        --- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to