Hi, How can I insert an image into an email with tSendMail ? I can attach it to the email but I want it to be inserted in the body of the email it should be like <img src='cid:mychart1.png'> does talend support this ?
Ok, using
<img src='cid:mychart1.png'> and attaching the image to the email works on my outlook and my company's outlook, but not on Gmail.
I wanted to make it work on Outlook so my topic si resolved .
I guess this will probably not possible. You can of course write html code as message and it will send this way but if a attached image will be shown, no I do not think so. What about posting the image to a server and add as image tag an link. This will work for sure.
Ok, using
<img src='cid:mychart1.png'> and attaching the image to the email works on my outlook and my company's outlook, but not on Gmail.
I wanted to make it work on Outlook so my topic si resolved .