<?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] tSendMail : multiple address in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-multiple-address/m-p/2240981#M28280</link>
    <description>Thanks, i'll look at bugtracker now.&lt;BR /&gt;Regards.&lt;BR /&gt;Patrice</description>
    <pubDate>Tue, 08 Jul 2008 12:21:32 GMT</pubDate>
    <dc:creator>patricesoulet</dc:creator>
    <dc:date>2008-07-08T12:21:32Z</dc:date>
    <item>
      <title>[resolved] tSendMail : multiple address</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-multiple-address/m-p/2240977#M28276</link>
      <description>Hi, 
&lt;BR /&gt;I try to user tSendMail component (in java, TOS release 2.3.3) from sending mail at two adress. 
&lt;BR /&gt;Adress are in a context variable. 
&lt;BR /&gt;When i use ';' from separate address in context variable for "To" fiel, i have this error : 
&lt;BR /&gt;"tarting job testmail at 17:35 07/07/2008. 
&lt;BR /&gt;Exception in component tSendMail_1 
&lt;BR /&gt;javax.mail.internet.AddressException: Illegal semicolon, not in group in string ``psoulet@domain1.com;psoulet@domain2.fr'' at position 19 
&lt;BR /&gt; at javax.mail.internet.InternetAddress.parse(InternetAddress.java:780) 
&lt;BR /&gt; at javax.mail.internet.InternetAddress.parse(InternetAddress.java:555) 
&lt;BR /&gt; at javax.mail.internet.InternetAddress.&amp;lt;init&amp;gt;(InternetAddress.java:91) 
&lt;BR /&gt; at testmail.testmail.testmail.tSendMail_1Process(testmail.java:172) 
&lt;BR /&gt; at testmail.testmail.testmail.runJobInTOS(testmail.java:360) 
&lt;BR /&gt; at testmail.testmail.testmail.main(testmail.java:261) 
&lt;BR /&gt;Job testmail ended at 17:35 07/07/2008. " 
&lt;BR /&gt;When i use ',', ive this error : 
&lt;BR /&gt;"Starting job testmail at 17:40 07/07/2008. 
&lt;BR /&gt;Exception in component tSendMail_1 
&lt;BR /&gt;javax.mail.internet.AddressException: Illegal address in string ``psoulet@domain1.com;psoulet@domain2.fr'' 
&lt;BR /&gt; at javax.mail.internet.InternetAddress.&amp;lt;init&amp;gt;(InternetAddress.java:94) 
&lt;BR /&gt; at testmail.testmail.testmail.tSendMail_1Process(testmail.java:172) 
&lt;BR /&gt; at testmail.testmail.testmail.runJobInTOS(testmail.java:360) 
&lt;BR /&gt; at testmail.testmail.testmail.main(testmail.java:261) 
&lt;BR /&gt;Job testmail ended at 17:40 07/07/2008. " 
&lt;BR /&gt; 
&lt;BR /&gt;Any idea ? 
&lt;BR /&gt;Thx</description>
      <pubDate>Sat, 16 Nov 2024 14:18:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-multiple-address/m-p/2240977#M28276</guid>
      <dc:creator>patricesoulet</dc:creator>
      <dc:date>2024-11-16T14:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tSendMail : multiple address</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-multiple-address/m-p/2240978#M28277</link>
      <description>Hello
&lt;BR /&gt;See 3822.
&lt;BR /&gt;There should be a blank space around semicolon, for example:
&lt;BR /&gt;"psoulet@domain1.com ; psoulet@domain2.fr''
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Tue, 08 Jul 2008 04:13:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-multiple-address/m-p/2240978#M28277</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-08T04:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tSendMail : multiple address</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-multiple-address/m-p/2240979#M28278</link>
      <description>I've test ...
&lt;BR /&gt;Without context variable, it's ok, but when i use a context variable, i've always the error :
&lt;BR /&gt;"tarting job envoiMail at 10:36 08/07/2008.
&lt;BR /&gt;Exception in component tSendMail_1
&lt;BR /&gt;javax.mail.internet.AddressException: Illegal semicolon, not in group in string ``psoulet@domain1.com ; patrice.soulet@domainn2.fr'' at position 20
&lt;BR /&gt; at javax.mail.internet.InternetAddress.parse(InternetAddress.java:780)
&lt;BR /&gt; at javax.mail.internet.InternetAddress.parse(InternetAddress.java:555)
&lt;BR /&gt; at sugarutilities.envoimail_0_1.envoiMail.tSendMail_1Process(envoiMail.java:184)
&lt;BR /&gt; at sugarutilities.envoimail_0_1.envoiMail.runJobInTOS(envoiMail.java:377)
&lt;BR /&gt; at sugarutilities.envoimail_0_1.envoiMail.main(envoiMail.java:275)
&lt;BR /&gt;Job envoiMail ended at 10:36 08/07/2008. 
&lt;BR /&gt;"</description>
      <pubDate>Tue, 08 Jul 2008 09:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-multiple-address/m-p/2240979#M28278</guid>
      <dc:creator>patricesoulet</dc:creator>
      <dc:date>2008-07-08T09:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tSendMail : multiple address</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-multiple-address/m-p/2240980#M28279</link>
      <description>Hello 
&lt;BR /&gt;I have checked that it should be a 4479.
&lt;BR /&gt;Thanks for your support!
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Tue, 08 Jul 2008 09:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-multiple-address/m-p/2240980#M28279</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-08T09:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tSendMail : multiple address</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-multiple-address/m-p/2240981#M28280</link>
      <description>Thanks, i'll look at bugtracker now.&lt;BR /&gt;Regards.&lt;BR /&gt;Patrice</description>
      <pubDate>Tue, 08 Jul 2008 12:21:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-multiple-address/m-p/2240981#M28280</guid>
      <dc:creator>patricesoulet</dc:creator>
      <dc:date>2008-07-08T12:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tSendMail : multiple address</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-multiple-address/m-p/2240982#M28281</link>
      <description>It's working for me , here is the steps i followed : 
&lt;BR /&gt; - I created a boolean context variable named Error. 
&lt;BR /&gt; - Then i put a test on tJava component to test then number of rows and put Error on true if the rows == 0. 
&lt;BR /&gt; - Then (see the picture) i put a condition , on a second string context variable Recipients. 
&lt;BR /&gt; - Finaly i put the Recipients variable in the tSendMail 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCXO.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152440iC85F2DC641929848/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCXO.png" alt="0683p000009MCXO.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCcw.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158248iFCB4711779AF0A63/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCcw.png" alt="0683p000009MCcw.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 17 Apr 2014 10:01:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-multiple-address/m-p/2240982#M28281</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-17T10:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tSendMail : multiple address</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-multiple-address/m-p/2240983#M28282</link>
      <description>Hi Largouwalid,
&lt;BR /&gt;could you please elaborate this (
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Then i put a test on tJava component to test then number of rows and put Error on true if the rows == 0.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp; - Then (see the picture) i put a condition , on a second string context variable Recipients.)&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;how to create a boolean context varible named error, condition?</description>
      <pubDate>Mon, 06 Jun 2016 13:59:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-multiple-address/m-p/2240983#M28282</guid>
      <dc:creator>sasi8008</dc:creator>
      <dc:date>2016-06-06T13:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tSendMail : multiple address</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-multiple-address/m-p/2240984#M28283</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi Largouwalid,&lt;BR /&gt;could you please elaborate this (&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Then i put a test on tJava component to test then number of rows and put Error on true if the rows == 0.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp; - Then (see the picture) i put a condition , on a second string context variable Recipients.)&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;how to create a boolean context varible named error, condition?&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;What is rows in your case? A screenshot of your job will be helpful for us to understand the problem.</description>
      <pubDate>Tue, 07 Jun 2016 02:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-multiple-address/m-p/2240984#M28283</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-07T02:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tSendMail : multiple address</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-multiple-address/m-p/2240985#M28284</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BR /&gt;How to &amp;nbsp; database driven to get the email address for tsend component? 
&lt;BR /&gt;Table : email_setting 
&lt;BR /&gt;Project | EmailAddress 
&lt;BR /&gt;================== 
&lt;BR /&gt;ENA &amp;nbsp; &amp;nbsp;yyyy@xxx.com 
&lt;BR /&gt;Edw xxx@xxx.com 
&lt;BR /&gt;If the job belongs to project then select the project specific email and send email using tsendemail. 
&lt;BR /&gt;If the &amp;nbsp;job success success send to yyy@xxx.com if job failed send to xxx@xxx.com. 
&lt;BR /&gt;How to implement &amp;nbsp;this whole process in a joblet? 
&lt;BR /&gt;then how to send multile emails 
&lt;BR /&gt;in my project i have nearly 100 jobs i need to implement this to all job with joblet 
&lt;BR /&gt;Here i have attached some screen shots of my job. 
&lt;BR /&gt;this is &amp;nbsp;job 
&lt;BR /&gt;======== 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/286255/tsendmailjob.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCd1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145635iBB7160AAB5E50EC5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCd1.png" alt="0683p000009MCd1.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;BR /&gt;in this job id &amp;nbsp;have link(onsubjobok) to tFixedFlowinput .this works when job has success . 
&lt;BR /&gt;i need to create a job success and failed &amp;nbsp;with single componet 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 
&lt;BR /&gt;in tFxiedflowinput i can retrive Project name using Global variable. 
&lt;BR /&gt;I have lookp with email setting in &amp;nbsp;tamp &amp;nbsp;retried &amp;nbsp;project specific email id 
&lt;BR /&gt;context editor 
&lt;BR /&gt;=========== 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/286255/context_editor.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCYK.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137241i9E6379BE4049FE13/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCYK.png" alt="0683p000009MCYK.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;BR /&gt;In tJava component i have write below code 
&lt;BR /&gt;================================ 
&lt;BR /&gt; 
&lt;BR /&gt;if(context.Job_status != true) 
&lt;BR /&gt;&amp;nbsp;context.Recipients (String)globalMap.get("fd.email_address"));=====&amp;gt; this is retrived &amp;nbsp;from tFlowTOItereate component 
&lt;BR /&gt;&amp;nbsp; else 
&lt;BR /&gt;&amp;nbsp;context.Recipients="xxxxx@gmail.com"; 
&lt;BR /&gt; 
&lt;BR /&gt;how to create a joblet for this, when job has success and failed . 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Sasi</description>
      <pubDate>Mon, 13 Jun 2016 11:06:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-multiple-address/m-p/2240985#M28284</guid>
      <dc:creator>sasi8008</dc:creator>
      <dc:date>2016-06-13T11:06:15Z</dc:date>
    </item>
  </channel>
</rss>

