<?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 How to make tSendMail component dependent upon javax.mail.jar in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-make-tSendMail-component-dependent-upon-javax-mail-jar/m-p/2261676#M42389</link>
    <description>I've had real problems trying to get a very simple test job send a mail to a specific SMTP server and have traced the issue to needing to have javax.mail.jar in the classes at runtime - how can I configure the environment so that whenever I use the tSendMail component, the system knows to include this library?
&lt;BR /&gt;Thanks,
&lt;BR /&gt;T</description>
    <pubDate>Wed, 09 Mar 2016 17:01:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-09T17:01:26Z</dc:date>
    <item>
      <title>How to make tSendMail component dependent upon javax.mail.jar</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-make-tSendMail-component-dependent-upon-javax-mail-jar/m-p/2261676#M42389</link>
      <description>I've had real problems trying to get a very simple test job send a mail to a specific SMTP server and have traced the issue to needing to have javax.mail.jar in the classes at runtime - how can I configure the environment so that whenever I use the tSendMail component, the system knows to include this library?
&lt;BR /&gt;Thanks,
&lt;BR /&gt;T</description>
      <pubDate>Wed, 09 Mar 2016 17:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-make-tSendMail-component-dependent-upon-javax-mail-jar/m-p/2261676#M42389</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-09T17:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to make tSendMail component dependent upon javax.mail.jar</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-make-tSendMail-component-dependent-upon-javax-mail-jar/m-p/2261677#M42390</link>
      <description>Hi,
&lt;BR /&gt;Did you get missing jar issue in your studio?
&lt;BR /&gt;Have you already checked the documents about:
&lt;A href="https://help.talend.com/search/all?query=Identify+required+external+modules&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Identify required external modules&lt;/A&gt;&amp;nbsp;and&amp;nbsp;
&lt;A href="https://help.talend.com/search/all?query=Install+external+modules&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Install external modules&lt;/A&gt;?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 10 Mar 2016 08:08:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-make-tSendMail-component-dependent-upon-javax-mail-jar/m-p/2261677#M42390</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-10T08:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to make tSendMail component dependent upon javax.mail.jar</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-make-tSendMail-component-dependent-upon-javax-mail-jar/m-p/2261678#M42391</link>
      <description>No I didn't get any missing jar issue and when it generates the code normally it runs fine and works against some SMTP servers. I only found that when I connected to a specific SMTP server that it would only succeed in making an SSL connection if javax.mail.jar was present. 
&lt;BR /&gt;Under Modules for tSendMail it only shows mail-1.4.jar and activation.jar as being required (This is on a fresh install of 6.1.1) - I'll need to look at how to add the javax.mail.jar requirement. 
&lt;BR /&gt;M</description>
      <pubDate>Thu, 10 Mar 2016 09:09:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-make-tSendMail-component-dependent-upon-javax-mail-jar/m-p/2261678#M42391</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-10T09:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to make tSendMail component dependent upon javax.mail.jar</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-make-tSendMail-component-dependent-upon-javax-mail-jar/m-p/2261679#M42392</link>
      <description>Hi,&lt;BR /&gt;Usually, there are two ways for you to import your new jar files:&lt;BR /&gt;1)Using &lt;A href="https://help.talend.com/search/all?query=tLibraryLoad&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tLibraryLoad&lt;/A&gt; component to load the jar file at the begininig of job. for example:&lt;BR /&gt;tLibraryLoad&lt;BR /&gt;&amp;nbsp; &amp;nbsp;|&lt;BR /&gt;tJava(on tJava, use the external API)&lt;BR /&gt;2)Creating custom routine, import the external jar file by clicking on the rouinte name and edting the routine libraries, and then call this routine in the job.&lt;BR /&gt;Feel free to let us know if it is Ok with you.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 10 Mar 2016 09:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-make-tSendMail-component-dependent-upon-javax-mail-jar/m-p/2261679#M42392</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-10T09:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to make tSendMail component dependent upon javax.mail.jar</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-make-tSendMail-component-dependent-upon-javax-mail-jar/m-p/2261680#M42393</link>
      <description>Thanks but what I'd really like to do here is update the dependencies of the actual tSendMail component so whenever I use it it will pull in the javax.mail.jar library (ideally grabbing the latest version) - where (and how exactly as I have poked about a bit already) would I go about doing this correctly? 
&lt;BR /&gt;Tks, M</description>
      <pubDate>Thu, 10 Mar 2016 09:41:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-make-tSendMail-component-dependent-upon-javax-mail-jar/m-p/2261680#M42393</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-10T09:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to make tSendMail component dependent upon javax.mail.jar</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-make-tSendMail-component-dependent-upon-javax-mail-jar/m-p/2261681#M42394</link>
      <description>Hi - any updates on how I would do that? I want to make sure that any time I include the tSendMail component in a project, the project remembers to include the javax.mail.jar library in the directory tree of libraries as well as the class library list it puts in the bat/sh scripts... 
&lt;BR /&gt;Ta, M</description>
      <pubDate>Mon, 14 Mar 2016 14:53:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-make-tSendMail-component-dependent-upon-javax-mail-jar/m-p/2261681#M42394</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-14T14:53:58Z</dc:date>
    </item>
  </channel>
</rss>

