<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SMTPSendFailedException: 530 5.7.1 Client was not authenticated MS Exchange Server in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/SMTPSendFailedException-530-5-7-1-Client-was-not-authenticated/m-p/2376774#M138830</link>
    <description>&lt;P&gt;@amine kacem​&amp;nbsp;, see below my configurations, it works with outlook SMTP host "&lt;A href="http://smtp.outlook.office365.com" alt="http://smtp.outlook.office365.com" target="_blank"&gt;smtp.outlook.office365.com&lt;/A&gt;" and port 587, the STARTTLS box is checked.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000LwXWUAA3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138501iCF69EE95CBCF64F3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000LwXWUAA3.png" alt="0695b00000LwXWUAA3.png" /&gt;&lt;/span&gt;If the STARTTLS box is unchecked, it will throws this error.&lt;/P&gt;&lt;P&gt;Starting job testConn at 12:12 09/12/2021.&lt;/P&gt;&lt;P&gt;[statistics] connecting to socket on port 3416&lt;/P&gt;&lt;P&gt;[statistics] connected&lt;/P&gt;&lt;P&gt;Exception in component tSendMail_1 (testConn)&lt;/P&gt;&lt;P&gt;com.sun.mail.smtp.SMTPSendFailedException: 451 5.7.3 STARTTLS is required to send mail [&lt;A href="http://SJ0PR05CA0114.namprd05.prod.outlook.com" alt="http://SJ0PR05CA0114.namprd05.prod.outlook.com" target="_blank"&gt;SJ0PR05CA0114.namprd05.prod.outlook.com&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;	at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:2358)&lt;/P&gt;&lt;P&gt;	at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1823)&lt;/P&gt;&lt;P&gt;	at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1300)&lt;/P&gt;&lt;P&gt;	at javax.mail.Transport.send0(Transport.java:255)&lt;/P&gt;&lt;P&gt;	at javax.mail.Transport.send(Transport.java:124)&lt;/P&gt;&lt;P&gt;	at back_up_project.testconn_0_1.testConn.tSendMail_1Process(testConn.java:768)&lt;/P&gt;&lt;P&gt;	at back_up_project.testconn_0_1.testConn.runJobInTOS(testConn.java:1482)&lt;/P&gt;&lt;P&gt;	at back_up_project.testconn_0_1.testConn.main(testConn.java:1082)&lt;/P&gt;&lt;P&gt;[FATAL] 12:12:34 back_up_project.testconn_0_1.testConn- tSendMail_1 451 5.7.3 STARTTLS is required to send mail [&lt;A href="http://SJ0PR05CA0114.namprd05.prod.outlook.com" alt="http://SJ0PR05CA0114.namprd05.prod.outlook.com" target="_blank"&gt;SJ0PR05CA0114.namprd05.prod.outlook.com&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are a Java developer, you can look into the generated Java code to see whether the component use the same API as your Java app. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000LwXb0AAF.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150544iCC15D42C07F4FC91/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000LwXb0AAF.png" alt="0695b00000LwXb0AAF.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In addition, as rhall suggested, write your code in a routine and call it in the job, to see whether you have issues to send emails using your code from talend job.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Dec 2021 04:23:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-12-09T04:23:21Z</dc:date>
    <item>
      <title>SMTPSendFailedException: 530 5.7.1 Client was not authenticated MS Exchange Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SMTPSendFailedException-530-5-7-1-Client-was-not-authenticated/m-p/2376769#M138825</link>
      <description>&lt;P&gt;hello, i have this blocking problem where i cannot send email using port 587 where it uses authentification as config and i put the correct values it always says &lt;B&gt;SMTPSendFailedException: 530 5.7.1 Client was not authenticated&lt;/B&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to use port 587 so i can send emails to external addresses from my company.(i use port 25 with no authentification to send mails to internal addresses) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so the problem here is that it &lt;B&gt;works totally fine&lt;/B&gt; with the same configuration from &lt;B&gt;my java apps and web services using port 587&lt;/B&gt; and authenticating using a specific account but in &lt;B&gt;Talend it does not work and shows that error&lt;/B&gt; .  so the problem is from Talend for sure ! &lt;/P&gt;&lt;P&gt;note that if i check use SSL there is another error also same happend when i check STARTTLS !  (in my java apps where its working i don't use those 2 protocols )&lt;/P&gt;&lt;P&gt;note that&lt;B&gt; i cannot modify "allow send anonymous mails" from exchange config cause it is against our security terms !&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SMTPSendFailedException-530-5-7-1-Client-was-not-authenticated/m-p/2376769#M138825</guid>
      <dc:creator>aminegac</dc:creator>
      <dc:date>2024-11-15T23:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: SMTPSendFailedException: 530 5.7.1 Client was not authenticated MS Exchange Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SMTPSendFailedException-530-5-7-1-Client-was-not-authenticated/m-p/2376770#M138826</link>
      <description>&lt;P&gt;I also checked all existing discussions here in talend community and none of them solved my problem and almost most of them have not been resolved !!&lt;/P&gt;&lt;P&gt;i don't consider my question as duplicate because this specific case has never been solved (where the exact same config works in java but not in talend )&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 09:16:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SMTPSendFailedException-530-5-7-1-Client-was-not-authenticated/m-p/2376770#M138826</guid>
      <dc:creator>aminegac</dc:creator>
      <dc:date>2021-12-08T09:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: SMTPSendFailedException: 530 5.7.1 Client was not authenticated MS Exchange Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SMTPSendFailedException-530-5-7-1-Client-was-not-authenticated/m-p/2376771#M138827</link>
      <description>&lt;P&gt;Would you mind showing us your component configuration and maybe even the Java where you say this work? Obviously hide any personal values. I'd like to try and emulate this if I can. It's really hard to tackle problems like this without actually seeing them.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 11:33:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SMTPSendFailedException-530-5-7-1-Client-was-not-authenticated/m-p/2376771#M138827</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-08T11:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: SMTPSendFailedException: 530 5.7.1 Client was not authenticated MS Exchange Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SMTPSendFailedException-530-5-7-1-Client-was-not-authenticated/m-p/2376772#M138828</link>
      <description>&lt;P&gt;thank you for replying ,&lt;/P&gt;&lt;P&gt;here are the 2 configs from my java working mail and from talend non working mail ; &lt;/P&gt;&lt;P&gt;in talent the job has only 1 component which is tsendmail ; just to test the mail only and limit errors to the mail component.&lt;/P&gt;&lt;P&gt;everything in both configs is the same &lt;/P&gt;&lt;P&gt;same password ; user , adressFROM ,smtp service ; port &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000LwPLJAA3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132499i4CE1350A58CFF461/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000LwPLJAA3.png" alt="0695b00000LwPLJAA3.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000LwPJEAA3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149640i0214E94C7EBB6465/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000LwPJEAA3.png" alt="0695b00000LwPJEAA3.png" /&gt;&lt;/span&gt;thank you &lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 15:21:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SMTPSendFailedException-530-5-7-1-Client-was-not-authenticated/m-p/2376772#M138828</guid>
      <dc:creator>aminegac</dc:creator>
      <dc:date>2021-12-08T15:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: SMTPSendFailedException: 530 5.7.1 Client was not authenticated MS Exchange Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SMTPSendFailedException-530-5-7-1-Client-was-not-authenticated/m-p/2376773#M138829</link>
      <description>&lt;P&gt;OK, first of all, if this is a blocker you can use your Java in a Talend Routine. You could then call it in a tJavaFlex to send the mails. In fact, it might be a nice test to do that to see whether this is something connected to the Studio network settings (a small possibility, but worth the test and it gets you going again). &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll try and reproduce this from what you have sent.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 15:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SMTPSendFailedException-530-5-7-1-Client-was-not-authenticated/m-p/2376773#M138829</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-08T15:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: SMTPSendFailedException: 530 5.7.1 Client was not authenticated MS Exchange Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SMTPSendFailedException-530-5-7-1-Client-was-not-authenticated/m-p/2376774#M138830</link>
      <description>&lt;P&gt;@amine kacem​&amp;nbsp;, see below my configurations, it works with outlook SMTP host "&lt;A href="http://smtp.outlook.office365.com" alt="http://smtp.outlook.office365.com" target="_blank"&gt;smtp.outlook.office365.com&lt;/A&gt;" and port 587, the STARTTLS box is checked.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000LwXWUAA3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138501iCF69EE95CBCF64F3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000LwXWUAA3.png" alt="0695b00000LwXWUAA3.png" /&gt;&lt;/span&gt;If the STARTTLS box is unchecked, it will throws this error.&lt;/P&gt;&lt;P&gt;Starting job testConn at 12:12 09/12/2021.&lt;/P&gt;&lt;P&gt;[statistics] connecting to socket on port 3416&lt;/P&gt;&lt;P&gt;[statistics] connected&lt;/P&gt;&lt;P&gt;Exception in component tSendMail_1 (testConn)&lt;/P&gt;&lt;P&gt;com.sun.mail.smtp.SMTPSendFailedException: 451 5.7.3 STARTTLS is required to send mail [&lt;A href="http://SJ0PR05CA0114.namprd05.prod.outlook.com" alt="http://SJ0PR05CA0114.namprd05.prod.outlook.com" target="_blank"&gt;SJ0PR05CA0114.namprd05.prod.outlook.com&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;	at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:2358)&lt;/P&gt;&lt;P&gt;	at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1823)&lt;/P&gt;&lt;P&gt;	at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1300)&lt;/P&gt;&lt;P&gt;	at javax.mail.Transport.send0(Transport.java:255)&lt;/P&gt;&lt;P&gt;	at javax.mail.Transport.send(Transport.java:124)&lt;/P&gt;&lt;P&gt;	at back_up_project.testconn_0_1.testConn.tSendMail_1Process(testConn.java:768)&lt;/P&gt;&lt;P&gt;	at back_up_project.testconn_0_1.testConn.runJobInTOS(testConn.java:1482)&lt;/P&gt;&lt;P&gt;	at back_up_project.testconn_0_1.testConn.main(testConn.java:1082)&lt;/P&gt;&lt;P&gt;[FATAL] 12:12:34 back_up_project.testconn_0_1.testConn- tSendMail_1 451 5.7.3 STARTTLS is required to send mail [&lt;A href="http://SJ0PR05CA0114.namprd05.prod.outlook.com" alt="http://SJ0PR05CA0114.namprd05.prod.outlook.com" target="_blank"&gt;SJ0PR05CA0114.namprd05.prod.outlook.com&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are a Java developer, you can look into the generated Java code to see whether the component use the same API as your Java app. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000LwXb0AAF.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150544iCC15D42C07F4FC91/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000LwXb0AAF.png" alt="0695b00000LwXb0AAF.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In addition, as rhall suggested, write your code in a routine and call it in the job, to see whether you have issues to send emails using your code from talend job.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 04:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SMTPSendFailedException-530-5-7-1-Client-was-not-authenticated/m-p/2376774#M138830</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-09T04:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: SMTPSendFailedException: 530 5.7.1 Client was not authenticated MS Exchange Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SMTPSendFailedException-530-5-7-1-Client-was-not-authenticated/m-p/2376775#M138831</link>
      <description>&lt;P&gt;@Richard Hall​&amp;nbsp;clever idea , never thought about using that although i already used them before ; i will try and check if it worked it will make a lot of other similar tasks better ; thx &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;&lt;P&gt;&lt;B&gt;just one thing&lt;/B&gt; : how can i import a jar so that my routine can import successfully the &lt;B&gt;jars &lt;/B&gt;methods ? all i need is to make &lt;B&gt;imports javax.mail&lt;/B&gt;' so i need to put the related jar some where else so i can save the code in routine .i found a way to add it to libraries through preferences interface but still it does show an error and it can't find those imports .&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000LwZVnAAN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143198iE9C04BAF7A78AF5E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000LwZVnAAN.png" alt="0695b00000LwZVnAAN.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000LwZRWAA3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134516i31EC6DF7746ADD60/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000LwZRWAA3.png" alt="0695b00000LwZRWAA3.png" /&gt;&lt;/span&gt;@Shicong Hong​&amp;nbsp;thank you for the suggestion , but it does not worked for me , i think it is because we don't have access to that domain from our company mails ; we already have &lt;B&gt;our OWN EXCHANGE server&lt;/B&gt; , that's why i am using our IP/domain of smtp to authenticate , so &lt;B&gt;i am sure the ip of smtp server is correct&lt;/B&gt; ; also when i try my param and try to enable starttls it shows this exception :&lt;/P&gt;&lt;P&gt;javax.mail.MessagingException: Can't send command to SMTP host;&lt;/P&gt;&lt;P&gt;&amp;nbsp;nested exception is:&lt;/P&gt;&lt;P&gt;	javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i try my params and no starttls or ssl it just keep saying 530 5.7.1 Client was not authenticated&lt;/P&gt;&lt;P&gt;could it be because the account username is "XXX\nXXXX" ??? maybe because of the '\' and the 'n' so even if i add another '\' it will still be specific char '\\n' its like i tell him make a line break ! should i add a tripe '\' so it becomes '\\\n' first for the '\' and third for the 'n' ! &lt;/P&gt;&lt;P&gt;but in java all i do is write 'XXXX\\nXXX' and it is working , which means i only need to add 1 additional '\' .&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 07:50:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SMTPSendFailedException-530-5-7-1-Client-was-not-authenticated/m-p/2376775#M138831</guid>
      <dc:creator>aminegac</dc:creator>
      <dc:date>2021-12-09T07:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: SMTPSendFailedException: 530 5.7.1 Client was not authenticated MS Exchange Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SMTPSendFailedException-530-5-7-1-Client-was-not-authenticated/m-p/2376776#M138832</link>
      <description>&lt;P&gt;About import required jar, right click on your routine and click 'edit routine libraries' option to add external jars. &lt;/P&gt;&lt;P&gt;About account username, for testing, print the account name on a tJava to see if the value is what your expected string output. &lt;/P&gt;&lt;P&gt;String accountName= "abc\\nabc";&lt;/P&gt;&lt;P&gt;System.out.println(accountName);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and is it possible to use another account name without any special characters for testing? just like "shong@talend.com", because the error indicates username/password is not correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 09:48:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SMTPSendFailedException-530-5-7-1-Client-was-not-authenticated/m-p/2376776#M138832</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-09T09:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: SMTPSendFailedException: 530 5.7.1 Client was not authenticated MS Exchange Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SMTPSendFailedException-530-5-7-1-Client-was-not-authenticated/m-p/2376777#M138833</link>
      <description>&lt;P&gt;Thx for the fast reply ; i really like the Costumer service these days although it's for free software solutions . &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;&lt;P&gt;for first try i just focused on making the routine code &lt;/P&gt;&lt;P&gt;and it worked after many attempts ; &lt;/P&gt;&lt;P&gt;thx a lot &lt;/P&gt;&lt;P&gt;but i will still check tomorrow the other method . &lt;/P&gt;&lt;P&gt;so now we are sure it work from java routine ! so maybe in TSendMail there is a bug ; maybe .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so for people who have my prob here is what you have to do is to add the jar as a module in module interface that you can show from preference menu "show interfaces"&lt;/P&gt;&lt;P&gt;and than add your mail jar  with the icon of import jar like in the photo . and your imports in the routine will be validated.&lt;/P&gt;&lt;P&gt;more than that after making the code  you can use it in Tjava component and there you need to add TLibraryLoad and import your mail jar too ; so that you overcome the  exception of java/mail class not found or something  . &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Lwby8AAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147674i394E82A40C85127C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Lwby8AAB.png" alt="0695b00000Lwby8AAB.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000LwbyIAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138886i0E45E7BBF854109E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000LwbyIAAR.png" alt="0695b00000LwbyIAAR.png" /&gt;&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; ﻿&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 16:51:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SMTPSendFailedException-530-5-7-1-Client-was-not-authenticated/m-p/2376777#M138833</guid>
      <dc:creator>aminegac</dc:creator>
      <dc:date>2021-12-09T16:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: SMTPSendFailedException: 530 5.7.1 Client was not authenticated MS Exchange Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SMTPSendFailedException-530-5-7-1-Client-was-not-authenticated/m-p/2376778#M138834</link>
      <description>&lt;P&gt;You could also add your code to a routine and link the Jar to the routine. To link the Jar to routine, follow this help document.....&lt;/P&gt;&lt;P&gt;https://help.talend.com/r/en-US/7.2/studio-user-guide-open-studio-for-data-integration/editing-user-routine-libraries&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Doing it this way means that you do not have to have the code written inside each job you want to use it with and you do not have to add the library to each job....because it is linked to the routine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 18:21:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SMTPSendFailedException-530-5-7-1-Client-was-not-authenticated/m-p/2376778#M138834</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-09T18:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: SMTPSendFailedException: 530 5.7.1 Client was not authenticated MS Exchange Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SMTPSendFailedException-530-5-7-1-Client-was-not-authenticated/m-p/2376779#M138835</link>
      <description>&lt;P&gt;hello , thank you for the suggestion but i already did that one ; and it also shows an error that meant the job did not found the jar at runtime ,so people for that specific error suggested adding tLibLoad with that same jar loaded there and doing so fixed the error immediately . &lt;/P&gt;&lt;P&gt;i will check again both and show screen shots for comparison .&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 07:50:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SMTPSendFailedException-530-5-7-1-Client-was-not-authenticated/m-p/2376779#M138835</guid>
      <dc:creator>aminegac</dc:creator>
      <dc:date>2021-12-10T07:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: SMTPSendFailedException: 530 5.7.1 Client was not authenticated MS Exchange Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SMTPSendFailedException-530-5-7-1-Client-was-not-authenticated/m-p/2376780#M138836</link>
      <description>&lt;P&gt;That should not be the case. I have used routines exhaustively (using a plethora of Jars to do some really complex things) and do not get that problem. If this is an issue for you, can you raise another question about that please? If you give as much detail as you can (maybe some code using the libraries you need....but doesn't have to be the code you are using), I will take a look at this. For me routines and the ability to use third party Jars is a KEY benefit of Talend Studio, so I am very interested in helping out here.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 10:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SMTPSendFailedException-530-5-7-1-Client-was-not-authenticated/m-p/2376780#M138836</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-10T10:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: SMTPSendFailedException: 530 5.7.1 Client was not authenticated MS Exchange Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SMTPSendFailedException-530-5-7-1-Client-was-not-authenticated/m-p/2376781#M138837</link>
      <description>&lt;P&gt;oh okay i see , i will check that and tell if i am able to do so . thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 14:04:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SMTPSendFailedException-530-5-7-1-Client-was-not-authenticated/m-p/2376781#M138837</guid>
      <dc:creator>aminegac</dc:creator>
      <dc:date>2021-12-13T14:04:42Z</dc:date>
    </item>
  </channel>
</rss>

