<?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 using tsendmail in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-using-tsendmail/m-p/2255966#M38509</link>
    <description>hi, 
&lt;BR /&gt;perhaps you are using HTTPS to connect to a port that is speaking plaintext. Check the port number in the URL. 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;SMTP uses port 25. The protocol for new submissions ( is effectively the same as SMTP, but it uses port 587 instead. SMTP connections secured by are known by the shorthand on TCP port 465&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent</description>
    <pubDate>Thu, 19 Dec 2013 11:51:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-12-19T11:51:48Z</dc:date>
    <item>
      <title>[resolved] Error using tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-using-tsendmail/m-p/2255965#M38508</link>
      <description>Hi All, 
&lt;BR /&gt;I am getting below error while tsendmail component 
&lt;BR /&gt;Exception in component tSendMail_1 
&lt;BR /&gt;javax.mail.MessagingException: Exception reading response; 
&lt;BR /&gt; nested exception is: 
&lt;BR /&gt; javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? 
&lt;BR /&gt; at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1462) 
&lt;BR /&gt; at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1260) 
&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 pwsproject.capturerejectrecords_2_0_1.CaptureRejectRecords_2.tSendMail_1Process(CaptureRejectRecords_2.java:1840) 
&lt;BR /&gt; at pwsproject.capturerejectrecords_2_0_1.CaptureRejectRecords_2.tMSSqlInput_1Process(CaptureRejectRecords_2.java:1623) 
&lt;BR /&gt; at pwsproject.capturerejectrecords_2_0_1.CaptureRejectRecords_2.runJobInTOS(CaptureRejectRecords_2.java:2053) 
&lt;BR /&gt; at pwsproject.capturerejectrecords_2_0_1.CaptureRejectRecords_2.main(CaptureRejectRecords_2.java:1919) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;Caused by: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? 
&lt;BR /&gt; at sun.security.ssl.InputRecord.handleUnknownRecord(Unknown Source) 
&lt;BR /&gt; at sun.security.ssl.InputRecord.read(Unknown Source) 
&lt;BR /&gt; at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source) 
&lt;BR /&gt; at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source) 
&lt;BR /&gt; at sun.security.ssl.SSLSocketImpl.readDataRecord(Unknown Source) 
&lt;BR /&gt; at sun.security.ssl.AppInputStream.read(Unknown Source) 
&lt;BR /&gt; at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:97) 
&lt;BR /&gt; at java.io.BufferedInputStream.fill(Unknown Source) 
&lt;BR /&gt; at java.io.BufferedInputStream.read(Unknown Source) 
&lt;BR /&gt; at com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:75) 
&lt;BR /&gt; at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1440) 
&lt;BR /&gt; ... 11 more 
&lt;BR /&gt; 
&lt;BR /&gt;Please help me out in resolving the same. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Mahendar</description>
      <pubDate>Thu, 19 Dec 2013 11:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-using-tsendmail/m-p/2255965#M38508</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-19T11:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error using tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-using-tsendmail/m-p/2255966#M38509</link>
      <description>hi, 
&lt;BR /&gt;perhaps you are using HTTPS to connect to a port that is speaking plaintext. Check the port number in the URL. 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;SMTP uses port 25. The protocol for new submissions ( is effectively the same as SMTP, but it uses port 587 instead. SMTP connections secured by are known by the shorthand on TCP port 465&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent</description>
      <pubDate>Thu, 19 Dec 2013 11:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-using-tsendmail/m-p/2255966#M38509</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-19T11:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error using tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-using-tsendmail/m-p/2255967#M38510</link>
      <description>Hi ,&lt;BR /&gt;Still Iam facing issue with tsendmail .Today I am getting javax.mail.AuthenticationFailedException issue. Please help me to resolve.&lt;BR /&gt; connecting to socket on port 3847&lt;BR /&gt; connected&lt;BR /&gt;Exception in component tSendMail_1&lt;BR /&gt;javax.mail.AuthenticationFailedException&lt;BR /&gt;	at javax.mail.Service.connect(Service.java:306)&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 pwsproject.capturerejectrecords_2_0_1.CaptureRejectRecords_2.tSendMail_1Process(CaptureRejectRecords_2.java:1841)&lt;BR /&gt;	at pwsproject.capturerejectrecords_2_0_1.CaptureRejectRecords_2.tMSSqlInput_1Process(CaptureRejectRecords_2.java:1623)&lt;BR /&gt;	at pwsproject.capturerejectrecords_2_0_1.CaptureRejectRecords_2.runJobInTOS(CaptureRejectRecords_2.java:2054)&lt;BR /&gt;	at pwsproject.capturerejectrecords_2_0_1.CaptureRejectRecords_2.main(CaptureRejectRecords_2.java:1920)&lt;BR /&gt; disconnected&lt;BR /&gt;Job CaptureRejectRecords_2 ended at 11:26 20/12/2013.</description>
      <pubDate>Fri, 20 Dec 2013 06:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-using-tsendmail/m-p/2255967#M38510</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-12-20T06:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error using tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-using-tsendmail/m-p/2255968#M38511</link>
      <description>Hi, 
&lt;BR /&gt;Please upload your component setting screenshot into forum so that we can address your issue quickly.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 20 Dec 2013 06:34:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-using-tsendmail/m-p/2255968#M38511</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-20T06:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error using tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-using-tsendmail/m-p/2255969#M38512</link>
      <description>Please find the attached screen shots of the tsendmail component. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCGC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132528i04B2E3CE1C9231E2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCGC.png" alt="0683p000009MCGC.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBhE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149369iC7F48725A4E231C1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBhE.png" alt="0683p000009MBhE.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 20 Dec 2013 09:25:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-using-tsendmail/m-p/2255969#M38512</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-20T09:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error using tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-using-tsendmail/m-p/2255970#M38513</link>
      <description>Still I am facing same issue with tsendmail. Please help me out to resolve this.&lt;BR /&gt;I am using "talend Open studio Data Integration " V5.3.1&lt;BR /&gt;Thanks ,&lt;BR /&gt;Mahendar</description>
      <pubDate>Sat, 21 Dec 2013 07:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-using-tsendmail/m-p/2255970#M38513</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-21T07:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error using tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-using-tsendmail/m-p/2255971#M38514</link>
      <description>Hi, &lt;BR /&gt;I have made a testing on "talend Open studio Data Integration " V5.3.1, everything is OK. Are you sure "User Name" and "Password" are correct?(I have seen your password is "******", is it real or hidden password?).&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 23 Dec 2013 04:14:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-using-tsendmail/m-p/2255971#M38514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-23T04:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error using tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-using-tsendmail/m-p/2255972#M38515</link>
      <description>Hi &lt;BR /&gt;Username and password are correct . I have made password hidden before taking screen shot.&lt;BR /&gt;Thanks,&lt;BR /&gt;Mahendar</description>
      <pubDate>Mon, 23 Dec 2013 05:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-using-tsendmail/m-p/2255972#M38515</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-12-23T05:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error using tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-using-tsendmail/m-p/2255973#M38516</link>
      <description>Hi All,&lt;BR /&gt;The issue got resolved .&lt;BR /&gt; I have 2 step verification for my gmail account . It got resolved after disabling  2-step verification.&lt;BR /&gt;Sorry for the inconvenience caused.&lt;BR /&gt;Thanks,&lt;BR /&gt;Mahendar</description>
      <pubDate>Mon, 23 Dec 2013 05:53:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-using-tsendmail/m-p/2255973#M38516</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-12-23T05:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error using tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-using-tsendmail/m-p/2255974#M38517</link>
      <description>Hi, &lt;BR /&gt;Thanks for your feedback. Don't hesitate to post your issue on forum.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 23 Dec 2013 06:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-using-tsendmail/m-p/2255974#M38517</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-23T06:15:09Z</dc:date>
    </item>
  </channel>
</rss>

