<?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: TSENDMAIL Multiple Reciepents with multiiple attachments in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/TSENDMAIL-Multiple-Reciepents-with-multiiple-attachments/m-p/2264372#M44225</link>
    <description>&lt;P&gt;Actually i have file names and email in excel,using Tflowiterate i am pulling email as global variable in "TO" address as&amp;nbsp;((String)globalMap.get("row7.EMAIL"))&lt;/P&gt; 
&lt;P&gt;Folder contains file names--&amp;gt;using file path i have defined global variable in attachments as&amp;nbsp;((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))&lt;/P&gt; 
&lt;P&gt;But system is sending emails to mutliple users but picking same attachment for everyone&lt;/P&gt; 
&lt;P&gt;System should pick&amp;nbsp; each file as attachment and take email id for that particular file name from excel and send emails&lt;/P&gt; 
&lt;P&gt;Please suggest&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;Sharath&lt;/P&gt;</description>
    <pubDate>Fri, 15 Feb 2019 07:46:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-02-15T07:46:20Z</dc:date>
    <item>
      <title>TSENDMAIL Multiple Reciepents with multiiple attachments</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TSENDMAIL-Multiple-Reciepents-with-multiiple-attachments/m-p/2264370#M44223</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to do Email Bursting&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have Multiple files in Folder (Tfilelist)&lt;/P&gt;
&lt;P&gt;I have email ids in Excel&lt;/P&gt;
&lt;P&gt;I am able to send multiple emails to multiple users,but system is sending same attachment to all the users&lt;/P&gt;
&lt;P&gt;Excel has file name,email id&lt;/P&gt;
&lt;P&gt;i want to pick email id from excel and add attachment related to that email 'id&lt;/P&gt;
&lt;P&gt;Please suggest&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Sharath&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 12:16:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TSENDMAIL-Multiple-Reciepents-with-multiiple-attachments/m-p/2264370#M44223</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-14T12:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: TSENDMAIL Multiple Reciepents with multiiple attachments</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TSENDMAIL-Multiple-Reciepents-with-multiiple-attachments/m-p/2264371#M44224</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Have you got differents status for each line (for one sheet) ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or each excel file has one status : approved - unapproved&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So for each sheet or for each line (depend on), you have to catch the value of 'time status' &amp;amp; send a mail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For this you I will use a tFlowToIterate (that put flow value in globalMap) and after that link with trigger conditionner 'run if'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if TimeValue equals approved =&amp;gt; send mail 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;otherwise =&amp;gt; send mail 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://help.talend.com/search/all?query=tFlowToIterate&amp;amp;content-lang=en" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;https://help.talend.com/search/all?query=tFlowToIterate&amp;amp;content-lang=en&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://help.talend.com/search/all?query=Connection+types&amp;amp;content-lang=en" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;https://help.talend.com/search/all?query=Connection+types&amp;amp;content-lang=en&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 20:46:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TSENDMAIL-Multiple-Reciepents-with-multiiple-attachments/m-p/2264371#M44224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-14T20:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: TSENDMAIL Multiple Reciepents with multiiple attachments</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TSENDMAIL-Multiple-Reciepents-with-multiiple-attachments/m-p/2264372#M44225</link>
      <description>&lt;P&gt;Actually i have file names and email in excel,using Tflowiterate i am pulling email as global variable in "TO" address as&amp;nbsp;((String)globalMap.get("row7.EMAIL"))&lt;/P&gt; 
&lt;P&gt;Folder contains file names--&amp;gt;using file path i have defined global variable in attachments as&amp;nbsp;((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))&lt;/P&gt; 
&lt;P&gt;But system is sending emails to mutliple users but picking same attachment for everyone&lt;/P&gt; 
&lt;P&gt;System should pick&amp;nbsp; each file as attachment and take email id for that particular file name from excel and send emails&lt;/P&gt; 
&lt;P&gt;Please suggest&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;Sharath&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 07:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TSENDMAIL-Multiple-Reciepents-with-multiiple-attachments/m-p/2264372#M44225</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-15T07:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: TSENDMAIL Multiple Reciepents with multiiple attachments</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TSENDMAIL-Multiple-Reciepents-with-multiiple-attachments/m-p/2264373#M44226</link>
      <description>&lt;P&gt;Please find the attachment&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LuYM"&gt;Capture.JPG&lt;/A&gt;</description>
      <pubDate>Fri, 15 Feb 2019 09:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TSENDMAIL-Multiple-Reciepents-with-multiiple-attachments/m-p/2264373#M44226</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-15T09:29:22Z</dc:date>
    </item>
  </channel>
</rss>

