<?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: [resolved] Error on tSendMail in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-on-tSendMail/m-p/2363769#M127605</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Maybe you could disable security TLS algorithm in java.security file instead of removing for further processing.&lt;/P&gt;&lt;P&gt;# jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA,\&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jul 2022 06:58:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-07-20T06:58:53Z</dc:date>
    <item>
      <title>[resolved] Error on tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-on-tSendMail/m-p/2363758#M127594</link>
      <description>Hi! 
&lt;BR /&gt;I'm new in TOS and I'm trying to do some easy job at the beginning. I used to find all the solutions 
&lt;BR /&gt;of my issues in this forum but now I'm stuck on this: 
&lt;BR /&gt;I'm currently working on a job sending an email with the tSendMail component. I filled this: 
&lt;BR /&gt;To: "name_to@domain_to.com" 
&lt;BR /&gt;From: "name_from@domain_from.com" 
&lt;BR /&gt;Cc: "" 
&lt;BR /&gt;Bcc: "" 
&lt;BR /&gt;Subject: "Test message" 
&lt;BR /&gt;Message: "This is a test message!" 
&lt;BR /&gt;Die if attachment file doesn't exist: Unchecked 
&lt;BR /&gt;Attachments: Blank 
&lt;BR /&gt;Other headers: Blank 
&lt;BR /&gt;SMTP host: "130.98.XXX.XXX" 
&lt;BR /&gt;SMTP port: 25 
&lt;BR /&gt;SSL Support: Unchecked 
&lt;BR /&gt;STARTTLS Support: Unchecked 
&lt;BR /&gt;Need authentication?: Unchecked 
&lt;BR /&gt;But I get this error: 
&lt;BR /&gt;Exception in component tSendMail_1 
&lt;BR /&gt;javax.mail.MessagingException: Could not connect to SMTP host: 130.98.XXX.XXX, port: 25; 
&lt;BR /&gt; nested exception is: 
&lt;BR /&gt; java.net.SocketException: Software caused connection abort: connect 
&lt;BR /&gt; at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1282) 
&lt;BR /&gt; at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370) 
&lt;BR /&gt; at javax.mail.Service.connect(Service.java:297) 
&lt;BR /&gt; at javax.mail.Service.connect(Service.java:156) 
&lt;BR /&gt; at javax.mail.Service.connect(Service.java:105) 
&lt;BR /&gt; at javax.mail.Transport.send0(Transport.java:168) 
&lt;BR /&gt; at javax.mail.Transport.send(Transport.java:98) 
&lt;BR /&gt; at dam_01.email_0_1.eMail.tSendMail_1Process(eMail.java:261) 
&lt;BR /&gt; at dam_01.email_0_1.eMail.runJobInTOS(eMail.java:401) 
&lt;BR /&gt; at dam_01.email_0_1.eMail.main(eMail.java:309) 
&lt;BR /&gt;Caused by: java.net.SocketException: Software caused connection abort: connect 
&lt;BR /&gt; at java.net.PlainSocketImpl.socketConnect(Native Method) 
&lt;BR /&gt; at java.net.PlainSocketImpl.doConnect(Unknown Source) 
&lt;BR /&gt; at java.net.PlainSocketImpl.connectToAddress(Unknown Source) 
&lt;BR /&gt; at java.net.PlainSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at java.net.SocksSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at java.net.Socket.connect(Unknown Source) 
&lt;BR /&gt; at java.net.Socket.connect(Unknown Source) 
&lt;BR /&gt; at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:232) 
&lt;BR /&gt; at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:189) 
&lt;BR /&gt; at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1250) 
&lt;BR /&gt; ... 9 more 
&lt;BR /&gt; 
&lt;BR /&gt;Like I'm using a Domino (Lotus Notes) SMTP server (IP address: 130.98.XXX.XXX) I was thinking about getting in trouble with this, so I installed 
&lt;BR /&gt;Mozilla Thunderbird and but this same settings in order to send an email and it works correctly. 
&lt;BR /&gt;So I got the right settings but I can't send an email by tSendMail. 
&lt;BR /&gt;Any ideas? 
&lt;BR /&gt; 
&lt;BR /&gt;I'm using TOS 3.0.3 in a Java project.</description>
      <pubDate>Sat, 16 Nov 2024 13:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-on-tSendMail/m-p/2363758#M127594</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error on tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-on-tSendMail/m-p/2363759#M127595</link>
      <description>Hi, all! 
&lt;BR /&gt;Still no ideas? Am I the only one to have problems with this? 
&lt;BR /&gt;I tried with my Gmail account by following this : 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCq7cCAC" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Archive/tConvertType-erros-on-null-values/td-p/172249&lt;/A&gt; and the Gmail mail help in order to send an email using other application, but without any good results! I still have the same error. 
&lt;BR /&gt;Thanks for your help! 
&lt;BR /&gt;Best regards. 
&lt;BR /&gt;Damien</description>
      <pubDate>Thu, 23 Jul 2009 09:48:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-on-tSendMail/m-p/2363759#M127595</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-23T09:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error on tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-on-tSendMail/m-p/2363760#M127596</link>
      <description>Hello...&lt;BR /&gt;Did I done something wrong? Did I overpassed a Forum rules?&lt;BR /&gt;Let me know if I posted it on a wrong place?&lt;BR /&gt;Hope you'll help me!&lt;BR /&gt;Regards&lt;BR /&gt;Damien</description>
      <pubDate>Fri, 24 Jul 2009 07:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-on-tSendMail/m-p/2363760#M127596</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-24T07:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error on tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-on-tSendMail/m-p/2363761#M127597</link>
      <description>Hello Damien 
&lt;BR /&gt;You must check 'ssl support' option and use port: 465 if you are using Gmail mail. 
&lt;BR /&gt;Aslo, can you try the smtp host: "smtp.gmail.com" replace ip address? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 24 Jul 2009 08:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-on-tSendMail/m-p/2363761#M127597</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-24T08:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error on tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-on-tSendMail/m-p/2363762#M127598</link>
      <description>Hello Shong,
&lt;BR /&gt;Thanks for answering my question.
&lt;BR /&gt;My goal is to use my Lotus account (connecting to the Domino server) and not my Gmail account. I even tried with this but still the same error!!!!
&lt;BR /&gt;I'm wandering why Thunderbird can connect to the Domino server and not Talend. Because I'm using the same connection settings.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Damien</description>
      <pubDate>Fri, 24 Jul 2009 08:16:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-on-tSendMail/m-p/2363762#M127598</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-24T08:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error on tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-on-tSendMail/m-p/2363763#M127599</link>
      <description>What's wrong with my question?&lt;BR /&gt;Best,&lt;BR /&gt;Damien</description>
      <pubDate>Tue, 28 Jul 2009 14:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-on-tSendMail/m-p/2363763#M127599</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-28T14:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error on tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-on-tSendMail/m-p/2363764#M127600</link>
      <description>Hello Damien 
&lt;BR /&gt;At the moment, I don't have a environment as yours, so I can't test and find the problem. Can you export your job and send it to me via email? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Wed, 29 Jul 2009 04:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-on-tSendMail/m-p/2363764#M127600</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-29T04:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error on tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-on-tSendMail/m-p/2363765#M127601</link>
      <description>I finally find the solution.&lt;BR /&gt;For people who get the same problem: &lt;BR /&gt;    You have to allowed "JAVA" and not "Talend" to access to your mail into your firewall.&lt;BR /&gt;That was so easy...&lt;BR /&gt;Thanks for all.&lt;BR /&gt;Damien</description>
      <pubDate>Fri, 31 Jul 2009 07:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-on-tSendMail/m-p/2363765#M127601</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-31T07:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error on tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-on-tSendMail/m-p/2363766#M127602</link>
      <description>What do you mean by allowed java ..I'm having the same issue..
&lt;BR /&gt;TLS checked
&lt;BR /&gt;SSL unchecked
&lt;BR /&gt;SMTP host ... smtp.gmail.com
&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Dec 2018 14:40:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-on-tSendMail/m-p/2363766#M127602</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-03T14:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error on tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-on-tSendMail/m-p/2363767#M127603</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Would you mind posting your tSendMail component setting screenshot on forum? Please mask your sensitive data.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 08:46:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-on-tSendMail/m-p/2363767#M127603</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-29T08:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error on tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-on-tSendMail/m-p/2363768#M127604</link>
      <description>&lt;P&gt;in java.security file ,remove TLSv1, TLSv1.1 ,save it and run again.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 14:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-on-tSendMail/m-p/2363768#M127604</guid>
      <dc:creator>rishind</dc:creator>
      <dc:date>2022-07-19T14:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error on tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-on-tSendMail/m-p/2363769#M127605</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Maybe you could disable security TLS algorithm in java.security file instead of removing for further processing.&lt;/P&gt;&lt;P&gt;# jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA,\&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 06:58:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-on-tSendMail/m-p/2363769#M127605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-20T06:58:53Z</dc:date>
    </item>
  </channel>
</rss>

