Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Parikhharshal
Creator III
Creator III

Outlook tPop component

Hi Talend expoerts

 

I am trying to connect to outlook 365 mail exchange using following config and it keeps failing and throws an error:

javax.mail.AuthenticationFailedException: AUTHENTICATE failed.

 

0683p000009MZkC.png

 

Not sure if I am doing something wrong.

 

Could you please suggest?

Thanks

Harshal.

Labels (2)
5 Replies
Anonymous
Not applicable

Hi
Please check your username and password. I just make a testing with my office 365 account and it is working, I am able to retrieve emails or send emails using tSendMail.
0683p000009MZlj.png

Regards
Shong

Parikhharshal
Creator III
Creator III
Author

I checked username and password and even tried with different people and same error.

"Authentication failed".....

 

Could you pls share what you are using in config @shong ?

Anonymous
Not applicable

Sorry, I don't have any access to config file if it exists, it is usually configured and managed by our IT team, I don't know what they have configured. I use my standard company email and password.

Regards
Shong
akumar2301
Specialist II
Specialist II

Hello try to add this Java option in job and try :

 

-Dmail.imap.auth.plain.disable=true

 https://confluence.atlassian.com/jirakb/imap-setup-fails-with-authenticate-failed-error-in-logs-in-j...

 

if it still does not work , may be IMAP is not allowed in your organisation.

Anonymous
Not applicable

Update from customer :The issue was that mailbox was enabled MFA  and when tried with another mailbox where MFA was disabled and it worked fine.