<?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: How to add a signature into an email using tSendMail in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-add-a-signature-into-an-email-using-tSendMail/m-p/2297944#M70464</link>
    <description>&lt;P&gt;you can write your signature in html code and save it to a file. whenever you are sending a mail using tSendMail just read the files content and append in the tSendMail.&lt;/P&gt;</description>
    <pubDate>Wed, 07 Oct 2020 01:25:00 GMT</pubDate>
    <dc:creator>Prakhar1</dc:creator>
    <dc:date>2020-10-07T01:25:00Z</dc:date>
    <item>
      <title>How to add a signature into an email using tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-add-a-signature-into-an-email-using-tSendMail/m-p/2297943#M70463</link>
      <description>&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;Is there a way to attach a signature into an email using tSendMail ? Or should we add it manually at the end of the "message" box ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 13:47:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-add-a-signature-into-an-email-using-tSendMail/m-p/2297943#M70463</guid>
      <dc:creator>ThomasLetellier</dc:creator>
      <dc:date>2020-10-06T13:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a signature into an email using tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-add-a-signature-into-an-email-using-tSendMail/m-p/2297944#M70464</link>
      <description>&lt;P&gt;you can write your signature in html code and save it to a file. whenever you are sending a mail using tSendMail just read the files content and append in the tSendMail.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 01:25:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-add-a-signature-into-an-email-using-tSendMail/m-p/2297944#M70464</guid>
      <dc:creator>Prakhar1</dc:creator>
      <dc:date>2020-10-07T01:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a signature into an email using tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-add-a-signature-into-an-email-using-tSendMail/m-p/2297945#M70465</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a way to add the signature in the email (Photo and information)&lt;/P&gt;&lt;P&gt;You get the source code from Outlook for example in HTML format then with nodepade ++ you transform the &lt;B&gt;"&lt;/B&gt; into &lt;B&gt;\"&lt;/B&gt; so that it is parsed correctly in java.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Recently, I used the same approach: Write an email (text and photo) with the signature and a dynamic table.&lt;/P&gt;&lt;P&gt;I recovered the source code from outlook desktop&lt;/P&gt;&lt;P&gt;Transform "into \"&lt;/P&gt;&lt;P&gt;And I completed the values of the array with context variables in talend jobs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, you will have a fixed template and dynamic data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tell me if you want more detail&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ps: I saved the images in free sites and I got the link&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 11:42:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-add-a-signature-into-an-email-using-tSendMail/m-p/2297945#M70465</guid>
      <dc:creator>JohnRMK</dc:creator>
      <dc:date>2020-10-08T11:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a signature into an email using tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-add-a-signature-into-an-email-using-tSendMail/m-p/2297946#M70466</link>
      <description>&lt;P&gt;thank you for your answers it very helped me ! I able to make a signature using html code and by adding some context variables in between.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I'm not able to include any image, here is my html code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;src=\"/workspace/temp/image002.png\"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm wondering where the "src" directory is pointing on ? Because I try to specify the location of my file from the root directory but it doesnt appear in my signature, could you please show me an example of this specific configuration please ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 13:27:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-add-a-signature-into-an-email-using-tSendMail/m-p/2297946#M70466</guid>
      <dc:creator>ThomasLetellier</dc:creator>
      <dc:date>2020-10-20T13:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a signature into an email using tSendMail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-add-a-signature-into-an-email-using-tSendMail/m-p/2297947#M70467</link>
      <description>&lt;P&gt;I saw this post https://community.talend.com/s/feed/0D53p00007vCpoaCAC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does it mean that it's not possible ?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 13:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-add-a-signature-into-an-email-using-tSendMail/m-p/2297947#M70467</guid>
      <dc:creator>ThomasLetellier</dc:creator>
      <dc:date>2020-10-20T13:46:33Z</dc:date>
    </item>
  </channel>
</rss>

