<?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: insert html code in the message of the tSendMail component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/insert-html-code-in-the-message-of-the-tSendMail-component/m-p/2202943#M4460</link>
    <description>But if your message doesn't contain any "dynamic" variable you can just put the html code in the message field.</description>
    <pubDate>Thu, 17 Nov 2011 07:22:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-11-17T07:22:16Z</dc:date>
    <item>
      <title>insert html code in the message of the tSendMail component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/insert-html-code-in-the-message-of-the-tSendMail-component/m-p/2202939#M4456</link>
      <description>Good morning,
&lt;BR /&gt;I would like to insert html code in the field 'message' of a tSendMail component. How can I do?
&lt;BR /&gt;thank you in advance</description>
      <pubDate>Sat, 16 Nov 2024 14:15:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/insert-html-code-in-the-message-of-the-tSendMail-component/m-p/2202939#M4456</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: insert html code in the message of the tSendMail component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/insert-html-code-in-the-message-of-the-tSendMail-component/m-p/2202940#M4457</link>
      <description>Hello
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;I would like to insert html code in the field 'message' of a tSendMail component. How can I do?&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;It is impossible to type in the message with html code format. You can type it in a file and send it as a attachment file.
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 08 Aug 2008 09:23:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/insert-html-code-in-the-message-of-the-tSendMail-component/m-p/2202940#M4457</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-08-08T09:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: insert html code in the message of the tSendMail component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/insert-html-code-in-the-message-of-the-tSendMail-component/m-p/2202941#M4458</link>
      <description>Hi Shong, 
&lt;BR /&gt;Is writing HTML code in message field of tsendMail not possible even in TIS version 4.1?
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Brevis</description>
      <pubDate>Thu, 17 Nov 2011 07:09:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/insert-html-code-in-the-message-of-the-tSendMail-component/m-p/2202941#M4458</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-17T07:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: insert html code in the message of the tSendMail component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/insert-html-code-in-the-message-of-the-tSendMail-component/m-p/2202942#M4459</link>
      <description>Hi,
&lt;BR /&gt;In advanced parameterof tsendMail you can choose html. Then I suggest you to create un context.body variable and use a tjava to put your HTML message in there. Then in your tSendMail component message put your context.body. This is how I do and it works.</description>
      <pubDate>Thu, 17 Nov 2011 07:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/insert-html-code-in-the-message-of-the-tSendMail-component/m-p/2202942#M4459</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-17T07:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: insert html code in the message of the tSendMail component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/insert-html-code-in-the-message-of-the-tSendMail-component/m-p/2202943#M4460</link>
      <description>But if your message doesn't contain any "dynamic" variable you can just put the html code in the message field.</description>
      <pubDate>Thu, 17 Nov 2011 07:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/insert-html-code-in-the-message-of-the-tSendMail-component/m-p/2202943#M4460</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-17T07:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: insert html code in the message of the tSendMail component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/insert-html-code-in-the-message-of-the-tSendMail-component/m-p/2202944#M4461</link>
      <description>Thank you Or3l for that quickest reply! My plan is that the whole message is an html string from the global map, is that possible too?&lt;BR /&gt;Like this: (String)globalMap.get("MESSAGE")&lt;BR /&gt;Where MESSAGE has value for example: "&amp;lt;html&amp;gt;&amp;lt;body&amp;gt;&amp;lt;h3&amp;gt;Test&amp;lt;/h3&amp;gt;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;"&lt;BR /&gt;Thanks!&lt;BR /&gt;Kurt</description>
      <pubDate>Thu, 17 Nov 2011 07:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/insert-html-code-in-the-message-of-the-tSendMail-component/m-p/2202944#M4461</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-17T07:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: insert html code in the message of the tSendMail component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/insert-html-code-in-the-message-of-the-tSendMail-component/m-p/2202945#M4462</link>
      <description>Sry for responding so late. Yes you can use it like this ^^</description>
      <pubDate>Thu, 17 Nov 2011 09:35:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/insert-html-code-in-the-message-of-the-tSendMail-component/m-p/2202945#M4462</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-17T09:35:21Z</dc:date>
    </item>
  </channel>
</rss>

