Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
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
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
I saw this post https://community.talend.com/s/feed/0D53p00007vCpoaCAC
Does it mean that it's not possible ?