Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
ThomasLetellier
Contributor
Contributor

How to add a signature into an email using tSendMail

Hi !

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 ?

Thanks for your help,

Regards,

Thomas

4 Replies
Prakhar1
Creator III
Creator III

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.

JohnRMK
Creator II
Creator II

Hello,

 

There is a way to add the signature in the email (Photo and information)

You get the source code from Outlook for example in HTML format then with nodepade ++ you transform the " into \" so that it is parsed correctly in java.

 

Recently, I used the same approach: Write an email (text and photo) with the signature and a dynamic table.

I recovered the source code from outlook desktop

Transform "into \"

And I completed the values of the array with context variables in talend jobs

 

Basically, you will have a fixed template and dynamic data

 

Tell me if you want more detail

 

Ps: I saved the images in free sites and I got the link

ThomasLetellier
Contributor
Contributor
Author

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.

 

However, I'm not able to include any image, here is my html code:

 

src=\"/workspace/temp/image002.png\"

 

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 ?

 

Regards,

 

Thomas

 

 

ThomasLetellier
Contributor
Contributor
Author

I saw this post https://community.talend.com/s/feed/0D53p00007vCpoaCAC

 

Does it mean that it's not possible ?