<?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 tutorial in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tSendMail-tutorial/m-p/2319767#M89976</link>
    <description>Thanks cinar. It was really helpful!!!</description>
    <pubDate>Tue, 14 Feb 2012 15:57:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-02-14T15:57:15Z</dc:date>
    <item>
      <title>tSendMail tutorial</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSendMail-tutorial/m-p/2319764#M89973</link>
      <description>Hi,&lt;BR /&gt;I need to set up tSendMail on success and failure of a particular task. I couldn't find any tutorial on this . Can anyone please explain to me  or provide me the link for tSendMail setup?&lt;BR /&gt;Many Thanks,&lt;BR /&gt;Manju</description>
      <pubDate>Sat, 16 Nov 2024 12:23:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSendMail-tutorial/m-p/2319764#M89973</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: tSendMail tutorial</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSendMail-tutorial/m-p/2319765#M89974</link>
      <description>Hi Manju,
&lt;BR /&gt;You can just select the tSendMail component in your job, and then press F1. You will have a description of the component properties, as well as a scenario of the component's usage.</description>
      <pubDate>Fri, 10 Feb 2012 16:32:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSendMail-tutorial/m-p/2319765#M89974</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-10T16:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: tSendMail tutorial</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSendMail-tutorial/m-p/2319766#M89975</link>
      <description>Hi,&lt;BR /&gt;1- I posted 3 screenshots about sending e-mail in case of failure of a job... &lt;BR /&gt;2- What you should do for sending an e-mail on success of a job is that put another tsendmail after your last component and connect it on component ok, so when your last component works successfully, it sends success e-mail.&lt;BR /&gt;I hope I could be helpful to you...</description>
      <pubDate>Sat, 11 Feb 2012 19:39:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSendMail-tutorial/m-p/2319766#M89975</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-11T19:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: tSendMail tutorial</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSendMail-tutorial/m-p/2319767#M89976</link>
      <description>Thanks cinar. It was really helpful!!!</description>
      <pubDate>Tue, 14 Feb 2012 15:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSendMail-tutorial/m-p/2319767#M89976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-14T15:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: tSendMail tutorial</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSendMail-tutorial/m-p/2319768#M89977</link>
      <description>can any one help me i couldn't make tsendmail work 
&lt;BR /&gt;Démarrage du job testmailling a 12:36 21/04/2013. 
&lt;BR /&gt; connecting to socket on port 3898 
&lt;BR /&gt; connected 
&lt;BR /&gt;Exception in component tSendMail_1 
&lt;BR /&gt;javax.mail.MessagingException: Unknown SMTP host: smtp.gmail.com; 
&lt;BR /&gt; nested exception is: 
&lt;BR /&gt; java.net.UnknownHostException: smtp.gmail.com 
&lt;BR /&gt; at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1932) 
&lt;BR /&gt; at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:638) 
&lt;BR /&gt; at javax.mail.Service.connect(Service.java:317) 
&lt;BR /&gt; at javax.mail.Service.connect(Service.java:176) 
&lt;BR /&gt; at javax.mail.Service.connect(Service.java:125) 
&lt;BR /&gt; at javax.mail.Transport.send0(Transport.java:194) 
&lt;BR /&gt; at javax.mail.Transport.send(Transport.java:124) 
&lt;BR /&gt; at test.testmailling_0_1.testmailling.tSendMail_1Process(testmailling.java:410) 
&lt;BR /&gt; at test.testmailling_0_1.testmailling.runJobInTOS(testmailling.java:620) 
&lt;BR /&gt; at test.testmailling_0_1.testmailling.main(testmailling.java:488) 
&lt;BR /&gt;Caused by: java.net.UnknownHostException: smtp.gmail.com 
&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 com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:288) 
&lt;BR /&gt; at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:205) 
&lt;BR /&gt; at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1900) 
&lt;BR /&gt; ... 9 more 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;Job testmailling terminé à 12:36 21/04/2013.</description>
      <pubDate>Sun, 21 Apr 2013 12:37:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSendMail-tutorial/m-p/2319768#M89977</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-21T12:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: tSendMail tutorial</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSendMail-tutorial/m-p/2319769#M89978</link>
      <description>Hi Ninio 
&lt;BR /&gt;Can you test to ping to smtp:gmail.com in a command prompt and see if you are able to connect to smtp:gmail.com? For example: 
&lt;BR /&gt;D 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9xp.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153774i2D37DB4356C217DD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9xp.png" alt="0683p000009M9xp.png" /&gt;&lt;/span&gt;ping smtp:gmail.com 
&lt;BR /&gt;Are you under proxy in your network? 
&lt;BR /&gt; 
&lt;BR /&gt;Shong</description>
      <pubDate>Sun, 21 Apr 2013 14:35:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSendMail-tutorial/m-p/2319769#M89978</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-21T14:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: tSendMail tutorial</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSendMail-tutorial/m-p/2319770#M89979</link>
      <description>Hi ninio, 
&lt;BR /&gt;I have given you a response on 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCkCACA0" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/email-through-Talend/td-p/72500&lt;/A&gt;, hope it will be useful. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 23 Apr 2013 10:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSendMail-tutorial/m-p/2319770#M89979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-23T10:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: tSendMail tutorial</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSendMail-tutorial/m-p/2319771#M89980</link>
      <description>hi 
&lt;BR /&gt;yes we are using proxy 
&lt;BR /&gt;and i still have the same problem 
&lt;BR /&gt;Démarrage du job sendmail a 14:34 30/04/2013. 
&lt;BR /&gt; connecting to socket on port 3666 
&lt;BR /&gt; connected 
&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 timed out: connect 
&lt;BR /&gt; at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1934) 
&lt;BR /&gt; at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:638) 
&lt;BR /&gt; at javax.mail.Service.connect(Service.java:317) 
&lt;BR /&gt; at javax.mail.Service.connect(Service.java:176) 
&lt;BR /&gt; at javax.mail.Service.connect(Service.java:125) 
&lt;BR /&gt; at javax.mail.Transport.send0(Transport.java:194) 
&lt;BR /&gt; at javax.mail.Transport.send(Transport.java:124) 
&lt;BR /&gt; at test.sendmail_0_1.sendmail.tSendMail_1Process(sendmail.java:410) 
&lt;BR /&gt; at test.sendmail_0_1.sendmail.runJobInTOS(sendmail.java:620) 
&lt;BR /&gt; at test.sendmail_0_1.sendmail.main(sendmail.java:488) 
&lt;BR /&gt;Caused by: java.net.ConnectException: Connection timed out: connect 
&lt;BR /&gt; at java.net.DualStackPlainSocketImpl.connect0(Native Method) 
&lt;BR /&gt; at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) 
&lt;BR /&gt; at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt; at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) 
&lt;BR /&gt; at java.net.AbstractPlainSocketImpl.connect(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 sun.security.ssl.SSLSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at sun.security.ssl.BaseSSLSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:288) 
&lt;BR /&gt; at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:205) 
&lt;BR /&gt; at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1900) 
&lt;BR /&gt; ... 9 more 
&lt;BR /&gt;Job sendmail terminé à 14:34 30/04/2013.</description>
      <pubDate>Tue, 30 Apr 2013 14:35:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSendMail-tutorial/m-p/2319771#M89980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-30T14:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: tSendMail tutorial</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSendMail-tutorial/m-p/2319772#M89981</link>
      <description>If there is a proxy in this case you have to tell that proxy to the Java run time. Please use the tSetProxy component at the start of your job.</description>
      <pubDate>Tue, 30 Apr 2013 15:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSendMail-tutorial/m-p/2319772#M89981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-30T15:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: tSendMail tutorial</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSendMail-tutorial/m-p/2319773#M89982</link>
      <description>Hi Manju, 
&lt;BR /&gt;Its so easy to send mail based on job success and failure. Pls go through the screenshot below 
&lt;BR /&gt;Fore more talend tutorials visit&amp;nbsp; 
&lt;A href="http://talendtutorials.com" target="_blank" rel="nofollow noopener noreferrer"&gt;http://talendtutorials.com&lt;/A&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEY1.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152255i66BEE0FD6910FEC0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEY1.jpg" alt="0683p000009MEY1.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEmF.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129570i74E883DBD1A2B028/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEmF.jpg" alt="0683p000009MEmF.jpg" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;//Dhiraj</description>
      <pubDate>Wed, 13 Aug 2014 09:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSendMail-tutorial/m-p/2319773#M89982</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-13T09:11:51Z</dc:date>
    </item>
  </channel>
</rss>

