<?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: tSendMail Can't send command to SMTP host in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tSendMail-Can-t-send-command-to-SMTP-host/m-p/2236683#M25337</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000006e8LvAAI"&gt;@KrupalGharat&lt;/A&gt;&amp;nbsp;,check below case.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCou3CAC" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Issue-with-tSendMail/td-p/32507&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Mar 2020 07:45:58 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2020-03-09T07:45:58Z</dc:date>
    <item>
      <title>tSendMail Can't send command to SMTP host</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSendMail-Can-t-send-command-to-SMTP-host/m-p/2236681#M25335</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;I am trying to send mail using tSendMail component, but getting the following error:&lt;/P&gt; 
&lt;P&gt;[FATAL]: projectname.jobname - tSendMail Can't send command to SMTP host&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Following is the error stack:&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;[INFO ]: projectname.jobname - talendStats_CONSOLE - Printed row count: 1.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Exception in component tSendMail&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;javax.mail.MessagingException: Can't send command to SMTP host;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;nested exception is:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&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;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at com.sun.mail.smtp.SMTPTransport.sendCommand(SMTPTransport.java:1420)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at com.sun.mail.smtp.SMTPTransport.sendCommand(SMTPTransport.java:1408)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at com.sun.mail.smtp.SMTPTransport.ehlo(SMTPTransport.java:847)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:384)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at javax.mail.Service.connect(Service.java:297)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at javax.mail.Service.connect(Service.java:156)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at javax.mail.Service.connect(Service.java:105)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at javax.mail.Transport.send0(Transport.java:168)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at javax.mail.Transport.send(Transport.java:98)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at projectname.jobname.tSendMailProcess(jobname.java:1649)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at projectname.jobname.tSetKeystoreProcess(jobname.java:1372)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at projectname.jobname.tFileArchiveProcess(jobname.java:743)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at projectname.jobname.runJobInTOS(jobname.java:5994)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at projectname.jobname.main(jobname.java:5789)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Caused by: 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;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1946)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:316)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:310)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1639)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:223)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1037)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at sun.security.ssl.Handshaker.process_record(Handshaker.java:965)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1064)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at sun.security.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:750)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:123)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at com.sun.mail.util.TraceOutputStream.write(TraceOutputStream.java:101)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;at com.sun.mail.smtp.SMTPTransport.sendCommand(SMTPTransport.java:1418)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;... 13 more&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="3"&gt;What is the root cause of this error?&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="3"&gt;Thanks in advance.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSendMail-Can-t-send-command-to-SMTP-host/m-p/2236681#M25335</guid>
      <dc:creator>KrupalGharat</dc:creator>
      <dc:date>2024-11-16T03:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: tSendMail Can't send command to SMTP host</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSendMail-Can-t-send-command-to-SMTP-host/m-p/2236682#M25336</link>
      <description>Hi 
&lt;BR /&gt;Which SMTP provider do you use? Take a look at a similar issue on stackoverflow, have a try to check the 'STARTTLS Support' box on tSendMail component. 
&lt;BR /&gt; 
&lt;A href="https://stackoverflow.com/questions/6740838/javamail-issue-cant-send-command-to-smtp-host" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/6740838/javamail-issue-cant-send-command-to-smtp-host&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 09 Mar 2020 07:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSendMail-Can-t-send-command-to-SMTP-host/m-p/2236682#M25336</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-09T07:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: tSendMail Can't send command to SMTP host</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSendMail-Can-t-send-command-to-SMTP-host/m-p/2236683#M25337</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000006e8LvAAI"&gt;@KrupalGharat&lt;/A&gt;&amp;nbsp;,check below case.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCou3CAC" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Issue-with-tSendMail/td-p/32507&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 07:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSendMail-Can-t-send-command-to-SMTP-host/m-p/2236683#M25337</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-03-09T07:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: tSendMail Can't send command to SMTP host</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSendMail-Can-t-send-command-to-SMTP-host/m-p/2236684#M25338</link>
      <description>Thankyou for your help!</description>
      <pubDate>Mon, 09 Mar 2020 08:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSendMail-Can-t-send-command-to-SMTP-host/m-p/2236684#M25338</guid>
      <dc:creator>KrupalGharat</dc:creator>
      <dc:date>2020-03-09T08:33:18Z</dc:date>
    </item>
  </channel>
</rss>

