<?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 component issue in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239988#M27607</link>
    <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Exception in component tSendMail_1&lt;BR /&gt;javax.mail.MessagingException: Could not connect to SMTP host: 10.128.0.18, port: 25;&lt;BR /&gt; nested exception is:&lt;BR /&gt; java.net.SocketException: Network is unreachable: connect&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;The error imply that the SMTP host: 10.128.0.18, port: 25 is not correct so Network is unreachable. Would you mind checking it? 
&lt;BR /&gt;See my screenshot for a successful setting of 
&lt;A href="https://help.talend.com/search/all?query=tSendMail&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;tsendmail&lt;/A&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;IMG src="https://community.talend.com/legacyfs/online/membersTempo/55433/116495_1.png" /&gt;</description>
    <pubDate>Fri, 30 Aug 2013 05:04:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-08-30T05:04:43Z</dc:date>
    <item>
      <title>tsendmail component issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239981#M27600</link>
      <description>Hi all, 
&lt;BR /&gt;i'm trying to send an email from my job, for that i'm using gmail smtp shost and port number. 
&lt;BR /&gt;SMTP : smtp.gmail.com 
&lt;BR /&gt;Host :465 
&lt;BR /&gt;SSL : true 
&lt;BR /&gt;i had given email id and password. 
&lt;BR /&gt;but i'm getting Connection Refused exception 
&lt;BR /&gt;Exception in component tSendMail_1 
&lt;BR /&gt;javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 465; 
&lt;BR /&gt; nested exception is: 
&lt;BR /&gt; java.net.ConnectException: Connection refused: connect</description>
      <pubDate>Fri, 12 Oct 2012 11:33:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239981#M27600</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-12T11:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: tsendmail component issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239982#M27601</link>
      <description>Hi
&lt;BR /&gt;I tested to send an mail with gmail on v5.1.2 and it works.
&lt;BR /&gt;In your case, it may be a firewall problem.
&lt;BR /&gt;Can you try
&lt;BR /&gt;c:\&amp;gt; telnet smtp.gmail.com 465
&lt;BR /&gt;on your server and see whether you get a connection?</description>
      <pubDate>Sat, 13 Oct 2012 04:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239982#M27601</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-13T04:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: tsendmail component issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239983#M27602</link>
      <description>hi Shong, 
&lt;BR /&gt;i tried what u told to but its telling "connection failed". 
&lt;BR /&gt;is thr any other way to solve this issue?. plz help. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Amaresh</description>
      <pubDate>Mon, 15 Oct 2012 08:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239983#M27602</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-15T08:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: tsendmail component issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239984#M27603</link>
      <description>Hi, Amaresh 
&lt;BR /&gt;Fot the component tsendmail, the SMTP Host and Port is "IP address of SMTP server used to send emails." 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;SMTP : smtp.gmail.com&lt;BR /&gt;Host :465&lt;BR /&gt;SSL : true&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Make sure that the SMTP Host you have entered is totally right. 
&lt;BR /&gt;See pics: 
&lt;BR /&gt;Pic1. Ping the IP addressOF SMTP server"smtp.gmail.com" 
&lt;BR /&gt;Pic2. The demo job which is similiar with yours. 
&lt;BR /&gt;Try it, and pls give us your feedback and we will track you issue. 
&lt;BR /&gt;Best Regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 15 Oct 2012 10:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239984#M27603</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-15T10:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: tsendmail component issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239985#M27604</link>
      <description>Hi Sabrina,&lt;BR /&gt;After pinging its giving "request time out".&lt;BR /&gt;As i'm working in office, proxy is set for all. is this an issue for not able to connect?&lt;BR /&gt;Thanks,&lt;BR /&gt;Amaresh</description>
      <pubDate>Mon, 15 Oct 2012 11:02:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239985#M27604</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-15T11:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: tsendmail component issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239986#M27605</link>
      <description>Hi, Amaresh&lt;BR /&gt;Do you have a chance to try it in another working environment. I'm not sure that &lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;As i'm working in office, proxy is set for all. is this an issue for not able to connect?&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 16 Oct 2012 04:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239986#M27605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-16T04:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: tsendmail component issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239987#M27606</link>
      <description>I am having the same problem but I can telnet via the cmd prompt. When I run the job I get this error
&lt;BR /&gt;Exception in component tSendMail_1
&lt;BR /&gt;javax.mail.MessagingException: Could not connect to SMTP host: 10.128.0.18, port: 25;
&lt;BR /&gt; nested exception is:
&lt;BR /&gt; java.net.SocketException: Network is unreachable: connect</description>
      <pubDate>Thu, 29 Aug 2013 16:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239987#M27606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-29T16:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: tsendmail component issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239988#M27607</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Exception in component tSendMail_1&lt;BR /&gt;javax.mail.MessagingException: Could not connect to SMTP host: 10.128.0.18, port: 25;&lt;BR /&gt; nested exception is:&lt;BR /&gt; java.net.SocketException: Network is unreachable: connect&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;The error imply that the SMTP host: 10.128.0.18, port: 25 is not correct so Network is unreachable. Would you mind checking it? 
&lt;BR /&gt;See my screenshot for a successful setting of 
&lt;A href="https://help.talend.com/search/all?query=tSendMail&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;tsendmail&lt;/A&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;IMG src="https://community.talend.com/legacyfs/online/membersTempo/55433/116495_1.png" /&gt;</description>
      <pubDate>Fri, 30 Aug 2013 05:04:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239988#M27607</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-30T05:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: tsendmail component issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239989#M27608</link>
      <description>I have the same issue, a job that worked a month ago, can no longer send an email. 
&lt;BR /&gt;I CAN telnet to the host on port 25, using Putty, and I'm copying and pasting the host name. If I copy the job to another machine it works. I've exported the job and it fails on my machine, runs on another.
&lt;BR /&gt;Just installed Talend5 and the job still fails, copied the job to our dev server (export/import) and it worked.
&lt;BR /&gt;So it appears to be an issue with my machine. I'd love to know what changed.</description>
      <pubDate>Thu, 23 Jan 2014 22:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239989#M27608</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-23T22:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: tsendmail component issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239990#M27609</link>
      <description>Hi, 
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;I have the same issue, a job that worked a month ago, can no longer send an email.&lt;BR /&gt;I CAN telnet to the host on port 25, using Putty, and I'm copying and pasting the host name. If I copy the job to another machine it works. I've exported the job and it fails on my machine, runs on another.&lt;BR /&gt;Just installed Talend5 and the job still fails, copied the job to our dev server (export/import) and it worked.&lt;BR /&gt;So it appears to be an issue with my machine. I'd love to know what changed.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;The job should be OK if it can run successfully. Could you please give us more description about your machine? Is there any firewall in it? The Net working is fine?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 24 Jan 2014 02:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239990#M27609</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-24T02:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: tsendmail component issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239991#M27610</link>
      <description>It is a java version issue with that component. I had to roll back to 1.6.?? don't remember the minor version. 
&lt;BR /&gt;It stopped working because you probably updated java.</description>
      <pubDate>Fri, 24 Jan 2014 19:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239991#M27610</guid>
      <dc:creator>TXAggie00</dc:creator>
      <dc:date>2014-01-24T19:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: tsendmail component issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239992#M27611</link>
      <description>Hi magpac, 
&lt;BR /&gt;Is there any update for your issue?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Sun, 26 Jan 2014 08:00:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239992#M27611</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-26T08:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: tsendmail component issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239993#M27612</link>
      <description>Hi ,
&lt;BR /&gt;I am also facing an issue with tsendmail component. I have provided correct values for SMTP HOST and PORT.&amp;nbsp; I am getting proper result when i use gmail sever HOST:&amp;nbsp;"smtp.gmail.com" and PORT :465. But since i have to send mail from my organisations mail server (details given below). i am getting the below error. What could be the reason.how can i solve this?
&lt;BR /&gt;Exception in component tSendMail_1
&lt;BR /&gt;javax.mail.MessagingException: Could not connect to SMTP host: mail.ourclients.com, port: 587;
&lt;BR /&gt;nested exception is:
&lt;BR /&gt;java.net.SocketException: Permission denied: 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;--Please help me on this.
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Thanks in Advance.</description>
      <pubDate>Fri, 17 Oct 2014 07:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239993#M27612</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-10-17T07:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: tsendmail component issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239994#M27613</link>
      <description>Hi 
&lt;B&gt;nakshh&lt;/B&gt;,
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;javax.mail.MessagingException: Could not connect to SMTP host: mail.ourclients.com, port: 587;&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;The error indicate that you don't have permissions to connect to the destination. Can you use your organisations mail server to send/receive an email without using Talend Tool?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 17 Oct 2014 09:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239994#M27613</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-17T09:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: tsendmail component issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239995#M27614</link>
      <description>Hi Sabrina,&lt;BR /&gt;I tried to&amp;nbsp;telenet/ping my organisations mail server.Iam able to connect. Also iam able to send/receive mail without using Talend.&lt;BR /&gt;Thanks-nakshh</description>
      <pubDate>Fri, 17 Oct 2014 10:09:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239995#M27614</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-10-17T10:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: tsendmail component issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239996#M27615</link>
      <description>Hi,&lt;BR /&gt;Could you please show us your tSendMail screenshot? Did you check out "SSL Support" option?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 17 Oct 2014 10:12:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239996#M27615</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-17T10:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: tsendmail component issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239997#M27616</link>
      <description>Hi Sabrina,
&lt;BR /&gt;Please find the attachment.
&lt;BR /&gt;(Note:When i provide gmail server details,i am able to send mail from Talend tool)
&lt;BR /&gt;
&lt;IMG src="https://community.talend.com/legacyfs/online/membersTempo/231992/error_screen.png.png" /&gt;</description>
      <pubDate>Fri, 17 Oct 2014 10:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239997#M27616</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-17T10:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: tsendmail component issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239998#M27617</link>
      <description>Hi,&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;(Note:When i provide gmail server details,i am able to send mail from Talend tool)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;There is nothing wrong with your job design. Could you please indicate the build version you are using? Did this issue repro on other build version? &lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 17 Oct 2014 10:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239998#M27617</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-17T10:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: tsendmail component issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239999#M27618</link>
      <description>Hi Sabrina,
&lt;BR /&gt;Build version means? whether job version or Talend tool version?
&lt;BR /&gt;I am using Talend Enterprise Data Integration(5.5.1.r118616) and this email job which i created is 0.1 version.&amp;nbsp;</description>
      <pubDate>Fri, 17 Oct 2014 11:01:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2239999#M27618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-17T11:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: tsendmail component issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2240000#M27619</link>
      <description>Hi Sabrina,&lt;BR /&gt;Any solution for this?Please help.</description>
      <pubDate>Mon, 20 Oct 2014 06:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsendmail-component-issue/m-p/2240000#M27619</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-10-20T06:42:54Z</dc:date>
    </item>
  </channel>
</rss>

