<?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: Attachments in tSendMail in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309351#M80573</link>
    <description>Hi, &lt;BR /&gt;Actually, the message body can accept "String" type. &lt;BR /&gt;You can paste attachment content into message body, however, it cannot be marked as "attachment" auto instead being a part of message.&lt;BR /&gt;Is there any trouble of "Attachment" section in tSendMail for you?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
    <pubDate>Mon, 18 Nov 2013 07:09:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-11-18T07:09:19Z</dc:date>
    <item>
      <title>Attachments in tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309341#M80563</link>
      <description>Hi,
&lt;BR /&gt;I try to make a job:
&lt;BR /&gt;Read Directory----Iterate---&amp;gt; Send a mail with attachments (all docs read in directory)
&lt;BR /&gt;
&lt;BR /&gt;I try with:
&lt;BR /&gt;tFileList--&amp;gt;tSendMail with the value " ((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))" in attachment
&lt;BR /&gt;The result is: X files send X mails with attachment.
&lt;BR /&gt;All documents are not in only 1 mail
&lt;BR /&gt;
&lt;BR /&gt;Nicolas
&lt;BR /&gt;PS: I'm beginner in Talend DI
&lt;BR /&gt;Nicolas</description>
      <pubDate>Fri, 05 Jul 2013 15:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309341#M80563</guid>
      <dc:creator>Nicolas661</dc:creator>
      <dc:date>2013-07-05T15:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Attachments in tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309342#M80564</link>
      <description>It's normal because an Iterate" connection between the 2 components means that tSendMail will be triggered once for each file in that folder.&lt;BR /&gt;The first solution i can suggest is to use a tFileArchive component to zip your files, connect it to tSendMail component with the OnSubjobOk trigger and in the Attachment section, you will type:   ((String)globalMap.get("tFileArchive_1_ARCHIVE_FILEPATH"))  as the attached file.&lt;BR /&gt;This way you will send only one email with all your files.&lt;BR /&gt;Regards&lt;BR /&gt;AH.</description>
      <pubDate>Fri, 05 Jul 2013 16:42:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309342#M80564</guid>
      <dc:creator>Loneliness</dc:creator>
      <dc:date>2013-07-05T16:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Attachments in tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309343#M80565</link>
      <description>I believe you can just use a filemask in tSendMail i.e. you don't need tFileList at all.</description>
      <pubDate>Sun, 07 Jul 2013 13:59:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309343#M80565</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2013-07-07T13:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Attachments in tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309344#M80566</link>
      <description>The 2 solutions are avalaible:&lt;BR /&gt;The first (with TfileArchive): Connect the tfileArchive to tSendMail&lt;BR /&gt;In the attachment file: ((String)globalMap.get("tFileArchive_2_ARCHIVE_FILEPATH"))&lt;BR /&gt;The second:Just add the directory of files in the attachments&lt;BR /&gt;Thank you  alevy &amp;amp; cheaito</description>
      <pubDate>Mon, 08 Jul 2013 08:07:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309344#M80566</guid>
      <dc:creator>Nicolas661</dc:creator>
      <dc:date>2013-07-08T08:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Attachments in tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309345#M80567</link>
      <description>Hi, &lt;BR /&gt;Actually, so far tsendmail only support for file mask with a directory without filter on file type. That means "D:/folder2/" is OK not  "D:/folder2/*.txt".&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 08 Jul 2013 08:32:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309345#M80567</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-08T08:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Attachments in tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309346#M80568</link>
      <description>Could we have an inline attachment in message body instead of attachment section using tsendmail component ?</description>
      <pubDate>Fri, 15 Nov 2013 16:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309346#M80568</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-15T16:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Attachments in tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309347#M80569</link>
      <description>Hi, 
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Could we have an inline attachment in message body instead of attachment section using tsendmail component ?&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;For the inline attachment in message body, could you give more information and elaborate your case with an example to us?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 18 Nov 2013 03:27:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309347#M80569</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-18T03:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Attachments in tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309348#M80570</link>
      <description>Well example could be as simple as any .tsv / .csv report that is generated with header and data already available in some location and we would like to have them displayed in the body instead of as an attachment.</description>
      <pubDate>Mon, 18 Nov 2013 03:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309348#M80570</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-18T03:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Attachments in tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309349#M80571</link>
      <description>Hi, &lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Well example could be as simple as any .tsv / .csv report that is generated with header and data already available in some location and we would like to have them displayed in the body instead of as an attachment.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;It seems you want to put the .tsv / .csv  file/file path in Message Body of tsendmail?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 18 Nov 2013 06:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309349#M80571</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-18T06:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Attachments in tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309350#M80572</link>
      <description>Yes , with the content (not just the file name / path ) . If it's not something supported i would really appreciate work arounds ?</description>
      <pubDate>Mon, 18 Nov 2013 06:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309350#M80572</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-18T06:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Attachments in tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309351#M80573</link>
      <description>Hi, &lt;BR /&gt;Actually, the message body can accept "String" type. &lt;BR /&gt;You can paste attachment content into message body, however, it cannot be marked as "attachment" auto instead being a part of message.&lt;BR /&gt;Is there any trouble of "Attachment" section in tSendMail for you?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 18 Nov 2013 07:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309351#M80573</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-18T07:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Attachments in tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309352#M80574</link>
      <description>Hi Team,&lt;BR /&gt;How i can send attached mail in zip format.&lt;BR /&gt;Thanks&lt;BR /&gt;shrihdar</description>
      <pubDate>Sat, 10 Sep 2016 05:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309352#M80574</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-10T05:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Attachments in tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309353#M80575</link>
      <description>&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEk4.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136146iB96C294CDD5A2AE4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEk4.png" alt="0683p000009MEk4.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;How do i give the file path here for tsendmail? its giving me error</description>
      <pubDate>Wed, 08 Mar 2017 20:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309353#M80575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-08T20:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Attachments in tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309354#M80576</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/415061/mini_blob_20170308-1205.png"&gt;415061/mini_blob_20170308-1205.png&lt;/A&gt;&lt;BR /&gt;How do i give the file path here for tsendmail? its giving me error&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;&amp;nbsp;"/" at the end of filename wrong</description>
      <pubDate>Wed, 08 Mar 2017 20:21:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309354#M80576</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-03-08T20:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Attachments in tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309355#M80577</link>
      <description>that is resolved. But its sending an empty file when it has to suppose send the data. Please see my job below: 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEk9.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157997i34203B3BEF9B7300/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEk9.png" alt="0683p000009MEk9.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 08 Mar 2017 20:46:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309355#M80577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-08T20:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Attachments in tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309356#M80578</link>
      <description>delete row9(main) and connect tSENDMail with DataLoad (source) by OnSubJobOk</description>
      <pubDate>Thu, 09 Mar 2017 04:03:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Attachments-in-tSendMail/m-p/2309356#M80578</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-03-09T04:03:28Z</dc:date>
    </item>
  </channel>
</rss>

