<?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 Issue in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tSendMail-Issue/m-p/2202109#M3926</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;What's your email server? G mail or office 365? Is your network OK with you? We will appreciate it if you could post your tSendMail component setting screenshot here.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Wed, 21 Aug 2019 04:28:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-08-21T04:28:35Z</dc:date>
    <item>
      <title>tSendMail Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSendMail-Issue/m-p/2202108#M3925</link>
      <description>&lt;P&gt;Although it could succeed with the same connection( without any change in setting) sometimes, I get this error every few mins once in talend Cloud data management platform.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Exception in component tSendMail_2 (J_Sample)&lt;BR /&gt;javax.mail.MessagingException: Exception reading response;&lt;BR /&gt;nested exception is:&lt;BR /&gt;java.net.SocketException: Connection reset&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 data_etl.j_sample_0_1.j_sample.tSendMail_2Process(j_sample.java:6359)&lt;BR /&gt;at data_etl.j_sample_0_1.j_sample.tFileInputRegex_3Process(j_sample.java:5935)&lt;BR /&gt;at data_etl.j_sample_0_1.j_sample.runJobInTOS(j_sample.java:6690)&lt;BR /&gt;at data_etl.j_sample_0_1.j_sample.main(j_sample.java:6501)&lt;BR /&gt;Caused by: java.net.SocketException: Connection reset&lt;BR /&gt;at java.net.SocketInputStream.read(Unknown Source)&lt;BR /&gt;at java.net.SocketInputStream.read(Unknown Source)&lt;BR /&gt;at sun.security.ssl.InputRecord.readFully(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.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;&lt;BR /&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;What could be the reason? and how to resolve this?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSendMail-Issue/m-p/2202108#M3925</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: tSendMail Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSendMail-Issue/m-p/2202109#M3926</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;What's your email server? G mail or office 365? Is your network OK with you? We will appreciate it if you could post your tSendMail component setting screenshot here.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 04:28:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSendMail-Issue/m-p/2202109#M3926</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-21T04:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: tSendMail Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSendMail-Issue/m-p/2202110#M3927</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;The job execution engine (in your case, I assume its remote engine) is trying to connect to the SMTP server to trigger the mail. While trying to connect, you are getting the error below.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;javax.mail.MessagingException: Exception reading response;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nested exception is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;java.net.SocketException: Connection reset&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;This could be because there are might be some network or firewall policies which might be stopping the connectivity. Please refer the details in below post. Once you setup proper connectivity between two servers, it should ideally work fine.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://stackoverflow.com/questions/36496893/java-net-socketexception-while-sending-mail-through-java-via-gmail-smtp-server" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/36496893/java-net-socketexception-while-sending-mail-through-java-via-gmail-smtp-server&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 04:58:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSendMail-Issue/m-p/2202110#M3927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-21T04:58:26Z</dc:date>
    </item>
  </channel>
</rss>

