Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello to all,
I use "Talend Open Studio for Data Integration Version: 7.3.1" and am experiencing a problem with the tSendMail component using my Office365 account.
I have already modified, as indicated in other posts, the file java.security deleting the values TLSv1, TLSv1.1 from the line jdk.tls.disabledAlgorithms, I still receive the error message: "javax.mail.AuthenticationFailedException".
I have already verified the account settings and also the user and password, I have no problems in authentication, the problem is when I try to use the Talend component.
Does anyone know how I can fix this?
Can you show your connection config on the component please? No need to for passwords or email addresses, but I'd like to see the host and port configuration as well as the other settings.
Thanks for getting back to me.
the configuration parameters, were taken from the microsoft site, I attach image.
I have already verified username and password
Can you try ....
smpt.outlook.office365.com
....as the host?
this is the message that is given to me if I try to run with the suggested host:
Exception in component tSendMail_1 (testSendMail)
javax.mail.MessagingException: Unknown SMTP host: smpt.outlook.office365.com;
always...
Exception in component tSendMail_1 (testSendMail)
javax.mail.AuthenticationFailedException
Sorry about the time taken to respond, I thought this would do it for you. I am using the tSendMail in exactly the same way as you (but with the host I mentioned above) and it works perfectly for me.
The one thing I did noticed when I was playing around to try and recreate your issue was that if I am on a VPN I do have some issues with this configuration. But I don't get the authentication error you speak of.
The only other thing I can think of is this KB article....
https://community.talend.com/s/article/Issue-with-tSendMail-and-TLS-version-ElVmA
Now I have not had to do this, but this *might* help.
Thank you for your help.
can you attach photos of the settings? so you can compare them with mine
Here are my settings. I generally use Context variables, so I have shared my Context variables as well.