<?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: [resolved] Exception in tSendMail:: SMTPSendFailedException: 550 Access denied in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-tSendMail-SMTPSendFailedException-550/m-p/2296166#M68856</link>
    <description>Thanks for reply Sabrina&lt;BR /&gt;If it was like so,i am using the same values in my local machine and is executing and i am able to receive mails. problem i am facing when i run it on server.&lt;BR /&gt;what could be the problem?please explain me.&lt;BR /&gt;Regards&lt;BR /&gt;Naveen</description>
    <pubDate>Tue, 29 Jan 2013 09:54:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-01-29T09:54:37Z</dc:date>
    <item>
      <title>[resolved] Exception in tSendMail:: SMTPSendFailedException: 550 Access denied</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-tSendMail-SMTPSendFailedException-550/m-p/2296164#M68854</link>
      <description>Hi 
&lt;BR /&gt;Here a job is created, putting csv data into postgresdb using context variables and to that i also added a tSendmail component, so that i can receive an email when job is executed successfully and another tSendmail component when any exceptions are found in job (for which i used tAssertCatcher). tFilecopy component is also used to copy the source file and place it in another location. 
&lt;BR /&gt;well, The job is executing perfect and so i deployed it in server machine. Here in Test Environment I executed job such as to raise exception by remove source file from location and that has to be mail on given mail id. But here i am facing an exception on tSendmail 
&lt;BR /&gt;Exception in component tSendMail_1 
&lt;BR /&gt;com.sun.mail.smtp.SMTPSendFailedException: 550 Access denied - Invalid HELO name (See RFC2821 4.1.1.1); 
&lt;BR /&gt; nested exception is: 
&lt;BR /&gt; com.sun.mail.smtp.SMTPSenderFailedException: 550 Access denied - Invalid 
&lt;BR /&gt; HELO name (See RFC2821 4.1.1.1) 
&lt;BR /&gt; at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:2057) 
&lt;BR /&gt; at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1580) 
&lt;BR /&gt; at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1097) 
&lt;BR /&gt; at javax.mail.Transport.send0(Transport.java:195) 
&lt;BR /&gt; at javax.mail.Transport.send(Transport.java:124) 
&lt;BR /&gt; at talenddemos.mabuhay63_f5540m31all_1_0.mabuhay63_f5540M31all.tSendMail 
&lt;BR /&gt;_1Process(mabuhay63_f5540M31all.java:7278) 
&lt;BR /&gt; at talenddemos.mabuhay63_f5540m31all_1_0.mabuhay63_f5540M31all.tFileInpu 
&lt;BR /&gt;tDelimited_1Process(mabuhay63_f5540M31all.java:6933) 
&lt;BR /&gt; at talenddemos.mabuhay63_f5540m31all_1_0.mabuhay63_f5540M31all.tFixedFlo 
&lt;BR /&gt;wInput_1Process(mabuhay63_f5540M31all.java:1147) 
&lt;BR /&gt; at talenddemos.mabuhay63_f5540m31all_1_0.mabuhay63_f5540M31all.tFileInpu 
&lt;BR /&gt;tDelimited_2Process(mabuhay63_f5540M31all.java:1060) 
&lt;BR /&gt; at talenddemos.mabuhay63_f5540m31all_1_0.mabuhay63_f5540M31all.runJobInT 
&lt;BR /&gt;OS(mabuhay63_f5540M31all.java:8068) 
&lt;BR /&gt; at talenddemos.mabuhay63_f5540m31all_1_0.mabuhay63_f5540M31all.main(mabu 
&lt;BR /&gt;hay63_f5540M31all.java:7910) 
&lt;BR /&gt;Caused by: com.sun.mail.smtp.SMTPSenderFailedException: 550 Access denied - Inva 
&lt;BR /&gt;lid HELO name (See RFC2821 4.1.1.1) 
&lt;BR /&gt; at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1587) 
&lt;BR /&gt; ... 9 more 
&lt;BR /&gt;com.sun.mail.smtp.SMTPSendFailedException: 550 Access denied - Invalid HELO name 
&lt;BR /&gt; (See RFC2821 4.1.1.1); 
&lt;BR /&gt;I request to help me in resolving this issue. Images are attached. Please find it. 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Naveen. 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt;</description>
      <pubDate>Mon, 28 Jan 2013 19:06:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-tSendMail-SMTPSendFailedException-550/m-p/2296164#M68854</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-28T19:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Exception in tSendMail:: SMTPSendFailedException: 550 Access denied</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-tSendMail-SMTPSendFailedException-550/m-p/2296165#M68855</link>
      <description>Hi, 
&lt;BR /&gt;I have seen your screenshot and found your SMTP Host is "mail.helicaltech.com" 
&lt;BR /&gt;SMTP Host should be IP address of SMTP server used to send emails. 
&lt;BR /&gt;For more info, please see 
&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</description>
      <pubDate>Tue, 29 Jan 2013 08:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-tSendMail-SMTPSendFailedException-550/m-p/2296165#M68855</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-29T08:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Exception in tSendMail:: SMTPSendFailedException: 550 Access denied</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-tSendMail-SMTPSendFailedException-550/m-p/2296166#M68856</link>
      <description>Thanks for reply Sabrina&lt;BR /&gt;If it was like so,i am using the same values in my local machine and is executing and i am able to receive mails. problem i am facing when i run it on server.&lt;BR /&gt;what could be the problem?please explain me.&lt;BR /&gt;Regards&lt;BR /&gt;Naveen</description>
      <pubDate>Tue, 29 Jan 2013 09:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-tSendMail-SMTPSendFailedException-550/m-p/2296166#M68856</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-29T09:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Exception in tSendMail:: SMTPSendFailedException: 550 Access denied</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-tSendMail-SMTPSendFailedException-550/m-p/2296167#M68857</link>
      <description>Hi, &lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;If it was like so,i am using the same values in my local machine and is executing and i am able to receive mails&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;You have tested it on your local machine and  work well? Something wrong with your server, right? Well, could you check the firewall, permission  and so on in your server? &lt;BR /&gt;The error message showing &lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;550 Access denied - Invalid&lt;BR /&gt;HELO name (See RFC2821 4.1.1.1)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Would you mind checking the HELO name.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 29 Jan 2013 10:11:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-tSendMail-SMTPSendFailedException-550/m-p/2296167#M68857</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-29T10:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Exception in tSendMail:: SMTPSendFailedException: 550 Access denied</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-tSendMail-SMTPSendFailedException-550/m-p/2296168#M68858</link>
      <description>Issue solved, Though i don't know about networking and firewall, i tried in solving the issue. At the end it is not the problem with firewall or with smtp. I have not given authentication in tSendmail component. That's it. 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Thanks to Sabrina for help. 
&lt;BR /&gt;The other issue is when i export my job, class files are missing. I am using 5.2.0 version. How to resolve this Any Idea, Please share with me. 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Naveen</description>
      <pubDate>Thu, 31 Jan 2013 11:14:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-tSendMail-SMTPSendFailedException-550/m-p/2296168#M68858</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-31T11:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Exception in tSendMail:: SMTPSendFailedException: 550 Access denied</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-tSendMail-SMTPSendFailedException-550/m-p/2296169#M68859</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;The other issue is when i export my job, class files are missing. I am using 5.2.0 version. How to resolve this Any Idea, Please share with me.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;From your description, I want to make confirmation that is it the classpath.jar missing? 
&lt;BR /&gt;If so, it has been mentioned in this forum 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCoM5CAK" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/resolved-Export-option-not-generate-classpath-jar-in-version-5-2/td-p/93965&lt;/A&gt; 
&lt;BR /&gt;If not, giving us more info about that. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 01 Feb 2013 02:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-tSendMail-SMTPSendFailedException-550/m-p/2296169#M68859</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-01T02:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Exception in tSendMail:: SMTPSendFailedException: 550 Access denied</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-tSendMail-SMTPSendFailedException-550/m-p/2296170#M68860</link>
      <description>Hi 
&lt;BR /&gt;It is of same, but my export generates classpath and batch files too and .class files are not generating, when i run it through command line, The error was : "Could not find or load main class". 
&lt;BR /&gt;Images are attached, Please find it. 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Naveen 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDgL.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143975iD4D1E015101DD3F3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDgL.jpg" alt="0683p000009MDgL.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDWv.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155210i9B88AA2E4D2FF34B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDWv.jpg" alt="0683p000009MDWv.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDgQ.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133960iA69963E001500433/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDgQ.jpg" alt="0683p000009MDgQ.jpg" /&gt;&lt;/span&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt;</description>
      <pubDate>Fri, 01 Feb 2013 05:30:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-tSendMail-SMTPSendFailedException-550/m-p/2296170#M68860</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-01T05:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Exception in tSendMail:: SMTPSendFailedException: 550 Access denied</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-tSendMail-SMTPSendFailedException-550/m-p/2296171#M68861</link>
      <description>Hi, &lt;BR /&gt;It is normal that the .class files are not generated by talend. The job has been exported with the source code, you need compile it into class by yourself. &lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 01 Feb 2013 06:41:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-tSendMail-SMTPSendFailedException-550/m-p/2296171#M68861</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-01T06:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Exception in tSendMail:: SMTPSendFailedException: 550 Access denied</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-tSendMail-SMTPSendFailedException-550/m-p/2296172#M68862</link>
      <description>Hi,&lt;BR /&gt;In an export, the class files of the job are compiled and packaged in a jar file with a similar name.  &lt;BR /&gt;For example, a HelloWorldJob job exported from Talend contains a helloworldjob_1_0.jar file with classes like projectname.helloworldjob_1_0.HelloWorldJob.class.&lt;BR /&gt;-Carl</description>
      <pubDate>Sat, 02 Feb 2013 18:13:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-tSendMail-SMTPSendFailedException-550/m-p/2296172#M68862</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-02T18:13:27Z</dc:date>
    </item>
  </channel>
</rss>

