<?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: cannot send email with tSendMail in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/cannot-send-email-with-tSendMail/m-p/2253067#M36522</link>
    <description>I believe you are using incorrect settings for the SMTP server:&amp;nbsp;
&lt;A href="https://support.google.com/a/answer/176600?hl=en" rel="nofollow noopener noreferrer"&gt;https://support.google.com/a/answer/176600?hl=en&lt;/A&gt;
&lt;BR /&gt;smtp.gmail.com does not respond on port 25.</description>
    <pubDate>Mon, 12 Sep 2016 12:13:23 GMT</pubDate>
    <dc:creator>JR1</dc:creator>
    <dc:date>2016-09-12T12:13:23Z</dc:date>
    <item>
      <title>cannot send email with tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cannot-send-email-with-tSendMail/m-p/2253066#M36521</link>
      <description>hi, 
&lt;BR /&gt;i cannot send message with the conponent tSendMAil. 
&lt;BR /&gt;when i run my job, i have this error that: 
&lt;BR /&gt;xception in component tSendMail_1 
&lt;BR /&gt;javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 25; 
&lt;BR /&gt;&amp;nbsp; 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; at javax.mail.Service.connect(Service.java:275) 
&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 project_test.jobenvoimail_0_1.jobEnvoiMail.tSendMail_1Process(jobEnvoiMail.java:878) 
&lt;BR /&gt; at project_test.jobenvoimail_0_1.jobEnvoiMail.tFileInputProperties_1Process(jobEnvoiMail.java:635) 
&lt;BR /&gt; at project_test.jobenvoimail_0_1.jobEnvoiMail.runJobInTOS(jobEnvoiMail.java:1249) 
&lt;BR /&gt; at project_test.jobenvoimail_0_1.jobEnvoiMail.main(jobEnvoiMail.java:1106) 
&lt;BR /&gt;Caused by: java.net.SocketException: Permission denied: 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; 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:232) 
&lt;BR /&gt; at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:163) 
&lt;BR /&gt; at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1250) 
&lt;BR /&gt; ... 10 more 
&lt;BR /&gt;Thank you for your help</description>
      <pubDate>Mon, 12 Sep 2016 12:06:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cannot-send-email-with-tSendMail/m-p/2253066#M36521</guid>
      <dc:creator>lemufty</dc:creator>
      <dc:date>2016-09-12T12:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: cannot send email with tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cannot-send-email-with-tSendMail/m-p/2253067#M36522</link>
      <description>I believe you are using incorrect settings for the SMTP server:&amp;nbsp;
&lt;A href="https://support.google.com/a/answer/176600?hl=en" rel="nofollow noopener noreferrer"&gt;https://support.google.com/a/answer/176600?hl=en&lt;/A&gt;
&lt;BR /&gt;smtp.gmail.com does not respond on port 25.</description>
      <pubDate>Mon, 12 Sep 2016 12:13:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cannot-send-email-with-tSendMail/m-p/2253067#M36522</guid>
      <dc:creator>JR1</dc:creator>
      <dc:date>2016-09-12T12:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: cannot send email with tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cannot-send-email-with-tSendMail/m-p/2253068#M36523</link>
      <description>hi, i change the port 25 to 465 
&lt;BR /&gt;i have another error: 
&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 project_test.jobenvoimail_0_1.jobEnvoiMail.tSendMail_1Process(jobEnvoiMail.java:890) 
&lt;BR /&gt; at project_test.jobenvoimail_0_1.jobEnvoiMail.tFileInputProperties_1Process(jobEnvoiMail.java:635) 
&lt;BR /&gt; at project_test.jobenvoimail_0_1.jobEnvoiMail.runJobInTOS(jobEnvoiMail.java:1261) 
&lt;BR /&gt; at project_test.jobenvoimail_0_1.jobEnvoiMail.main(jobEnvoiMail.java:1118) 
&lt;BR /&gt;this the parameter of connection 
&lt;BR /&gt;From=pekrignan@yahoo.fr 
&lt;BR /&gt;To=pekrignan@gmail.com 
&lt;BR /&gt;host=smtp.gmail.com 
&lt;BR /&gt;port=465 
&lt;BR /&gt;emailUsername=pekrignan@yahoo.fr 
&lt;BR /&gt;emailPassword=XXXX 
&lt;BR /&gt;emailSubject=Email Check 
&lt;BR /&gt;EmailMessage=Email Sent Successfully 
&lt;BR /&gt;anyone has an idea</description>
      <pubDate>Mon, 12 Sep 2016 14:18:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cannot-send-email-with-tSendMail/m-p/2253068#M36523</guid>
      <dc:creator>lemufty</dc:creator>
      <dc:date>2016-09-12T14:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: cannot send email with tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cannot-send-email-with-tSendMail/m-p/2253069#M36524</link>
      <description>As far as I can see, you are trying to log on to a Google account with a Yahoo address. No further comment for now.</description>
      <pubDate>Mon, 12 Sep 2016 14:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cannot-send-email-with-tSendMail/m-p/2253069#M36524</guid>
      <dc:creator>JR1</dc:creator>
      <dc:date>2016-09-12T14:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: cannot send email with tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cannot-send-email-with-tSendMail/m-p/2253070#M36525</link>
      <description>anyone has an idea. i cannot send email with tsendMail</description>
      <pubDate>Mon, 12 Sep 2016 15:14:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cannot-send-email-with-tSendMail/m-p/2253070#M36525</guid>
      <dc:creator>lemufty</dc:creator>
      <dc:date>2016-09-12T15:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: cannot send email with tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cannot-send-email-with-tSendMail/m-p/2253071#M36526</link>
      <description>An AuthenticationFailedException means your username/password combination is not being accepted by the server. &amp;nbsp;As was pointed out, you are attempting to authenticate on a Google mail server with a Yahoo username. &amp;nbsp;Try authenticating with Google credentials and see if that helps.</description>
      <pubDate>Mon, 12 Sep 2016 16:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cannot-send-email-with-tSendMail/m-p/2253071#M36526</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2016-09-12T16:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: cannot send email with tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cannot-send-email-with-tSendMail/m-p/2253072#M36527</link>
      <description>i have the same error when i connect gmail to gmail. or password and username are corrects</description>
      <pubDate>Mon, 12 Sep 2016 16:57:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cannot-send-email-with-tSendMail/m-p/2253072#M36527</guid>
      <dc:creator>lemufty</dc:creator>
      <dc:date>2016-09-12T16:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: cannot send email with tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cannot-send-email-with-tSendMail/m-p/2253073#M36528</link>
      <description>You will need to play around with the settings "SSL Support", "STARTTLS Support" and the SMTP Port and make absolutely sure that you are using valid Google credentials. Did you notice that smtp.gmail.com also listens on port 587?</description>
      <pubDate>Mon, 12 Sep 2016 17:34:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cannot-send-email-with-tSendMail/m-p/2253073#M36528</guid>
      <dc:creator>JR1</dc:creator>
      <dc:date>2016-09-12T17:34:24Z</dc:date>
    </item>
  </channel>
</rss>

