<?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: Send mail to multiple user in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Send-mail-to-multiple-user/m-p/2289550#M62922</link>
    <description>Hi soukainaez,
&lt;BR /&gt;It seems somthing wrong with your variable.
&lt;BR /&gt;Could you please show us the screenshots of your Contexts value setting? Is it Ok when you use only one context value in "To" fiels, such as, CTX_MAIL_SMPT_RECEIVER_User1?
&lt;BR /&gt;Have you tried to switch the view from "Designer" to "Code"&amp;nbsp; to see the error line in java?
&lt;BR /&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
    <pubDate>Wed, 09 Sep 2015 10:23:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-09-09T10:23:08Z</dc:date>
    <item>
      <title>Send mail to multiple user</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-mail-to-multiple-user/m-p/2289542#M62914</link>
      <description>&lt;P&gt;Hi everybody,&lt;BR /&gt;I have a job that already send mail to one user, but once i add other users seperated by semicolons&amp;nbsp;it doesn't work.&lt;BR /&gt;the email adresses are defined as context and are explicitly defined in properties file (xxxx@xxxx.xx).&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply .&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 11:24:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-mail-to-multiple-user/m-p/2289542#M62914</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-08T11:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Send mail to multiple user</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-mail-to-multiple-user/m-p/2289543#M62915</link>
      <description>here are the screenshots 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGQ4.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134757iB1E0309961DBAEBE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGQ4.png" alt="0683p000009MGQ4.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGgs.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152051iEB71576FFF0406C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGgs.png" alt="0683p000009MGgs.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 08 Sep 2015 11:27:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-mail-to-multiple-user/m-p/2289543#M62915</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-08T11:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Send mail to multiple user</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-mail-to-multiple-user/m-p/2289544#M62916</link>
      <description>Hi Soukainaez,&lt;BR /&gt;you need to give email ids separated by , (comma) Example :: context.emailid1+","+context.emailid2. we need to provide , in double quotes because , is constant and context variable will be replaced at runtime</description>
      <pubDate>Tue, 08 Sep 2015 12:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-mail-to-multiple-user/m-p/2289544#M62916</guid>
      <dc:creator>Raghunath</dc:creator>
      <dc:date>2015-09-08T12:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Send mail to multiple user</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-mail-to-multiple-user/m-p/2289545#M62917</link>
      <description>Thank you so much for your reply but i still have problem. 
&lt;BR /&gt;even if email addresses are defined in properties file.&amp;nbsp; 
&lt;BR /&gt;here is the screenshot . 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGgx.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149820i951B7378C261CE4D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGgx.png" alt="0683p000009MGgx.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 08 Sep 2015 15:06:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-mail-to-multiple-user/m-p/2289545#M62917</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-08T15:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Send mail to multiple user</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-mail-to-multiple-user/m-p/2289546#M62918</link>
      <description>Hi,
&lt;BR /&gt;Please try to use " ; “, such as, context.mailid1+";"+context.emailid2 to see if it works?
&lt;BR /&gt;How many users do you want to send? Have you tried tContextLoad or implicit tContextLoad (context variable for the 'To' field)to load the address value from a file or a database?
&lt;BR /&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 09 Sep 2015 05:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-mail-to-multiple-user/m-p/2289546#M62918</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-09T05:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Send mail to multiple user</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-mail-to-multiple-user/m-p/2289547#M62919</link>
      <description>i tried ; instead of , but it doesn't work , i want to send email to 3 users.&lt;BR /&gt;thank you for your help.</description>
      <pubDate>Wed, 09 Sep 2015 08:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-mail-to-multiple-user/m-p/2289547#M62919</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-09T08:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Send mail to multiple user</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-mail-to-multiple-user/m-p/2289548#M62920</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BR /&gt;Can you send your email successfully to many addresses direactly through xxx@xxx.com ; xxx@xxx.com ;? 
&lt;BR /&gt; 
&lt;BR /&gt;Here is another solution for your job requirement, please take a look at my screenshots. 
&lt;BR /&gt;Please see a scenario in component reference: 
&lt;A href="https://help.talend.com/search/all?query=tContextLoad" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tContextLoad&lt;/A&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGdV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128854iED91E23F2E135EB5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGdV.png" alt="0683p000009MGdV.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGdf.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143296i4C6FAA901568F6E2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGdf.png" alt="0683p000009MGdf.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGh2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132867i2E2CEA3BCF464EF8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGh2.png" alt="0683p000009MGh2.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGh7.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146352iAFF0820035109405/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGh7.png" alt="0683p000009MGh7.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 09 Sep 2015 09:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-mail-to-multiple-user/m-p/2289548#M62920</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-09T09:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Send mail to multiple user</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-mail-to-multiple-user/m-p/2289549#M62921</link>
      <description>Hi, 
&lt;BR /&gt;I tried to send email directly it works. But once i use contexte it gives me the same error :"CTX_MAIL_SMPT_RECEIVER ne peut etre résolu ou n'est pas un champ" ! 
&lt;BR /&gt;Could tell me where this error come from? 
&lt;BR /&gt;Thank you so much</description>
      <pubDate>Wed, 09 Sep 2015 10:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-mail-to-multiple-user/m-p/2289549#M62921</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-09T10:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Send mail to multiple user</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-mail-to-multiple-user/m-p/2289550#M62922</link>
      <description>Hi soukainaez,
&lt;BR /&gt;It seems somthing wrong with your variable.
&lt;BR /&gt;Could you please show us the screenshots of your Contexts value setting? Is it Ok when you use only one context value in "To" fiels, such as, CTX_MAIL_SMPT_RECEIVER_User1?
&lt;BR /&gt;Have you tried to switch the view from "Designer" to "Code"&amp;nbsp; to see the error line in java?
&lt;BR /&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 09 Sep 2015 10:23:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-mail-to-multiple-user/m-p/2289550#M62922</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-09T10:23:08Z</dc:date>
    </item>
  </channel>
</rss>

