Re: javax.mail.AuthenticationFailedException on weblogic 8.1
Posted By:
JL_chua
Posted On:
Thursday, July 10, 2008 12:38 AM
sorry to repost,, I commit a beginner mistake, it is a single large wrapped line.
Hi, I'm using weblogic 8.1, and I'm trying to configure a mail session which I have set it to be automatically start when I start the weblogic server.
I'm using an Imail dummy mail server as my mail server.
but I'm receiving javax.mail.AuthenticationFailedException,
below is my the properties I have set for my mail session. please do advise what should be done, any advise would be appreciated.
mail.store.protocol=pop3
mail.user=user@wiyanto
mail.transport.protocol=smtp
mail.smtp.host=10.1.14.14
mail.debug=true
mail.from=user@wiyanto
mail.host=10.1.14.14
mail.smtp.auth=false
mail.smtp.user=user@wiyanto
mail.pop3.host=10.1.14.14
please help me. I met dead end in every thing I have tried.. :(