Hi,
I have a send email smart service. I want to display logo signature in email. I'm not using html template. So please help me to achieve this without template.
Thanks in advance
Discussion posts and replies are publicly visible
The ony possibility is to use the "Insert Web Image" Button. But, you have to configure an url pointing to the image the receiver can access. Otherwise, there is no way around using the HRTL template.Cheers,
Kai
I've heard of others having some success with attaching the image and then embedding it using "cid" source in the email HTML; however I haven't played around with this myself so I can't make any promises.
ETA: for my own future reference (and that of anyone else who finds this), I was able to accomplish this by adding the simple HTML to my generated email template, along the lines of:
"<img src=""cid:screenshot.png"" ALT=""Task Screenshot""/>"
where "screenshot.png" is the literal name of the picture sent as an attachment to the email.
That is exacly how I have done it.
1) I create a word document with an image
2) I save it as HTML
3) search for the image on the HTML, and remove the folder structure, leaving the structure as something like this
<v:imagedata src="LOGO.png" o:title=""/>
4) Attach to the email an image with the same name, in this case "LOGO.png"
In this case we will end up sending image too I guess there is no feasible solution to embed logo in the email.
No, it does not. In outlook with that HTML code it does not display the image attached, however it does show the "clip"
It is a matter as well of reading about HTML tags, you can google or check as well this article about the topic
blog.mailtrap.io/.../