In my HTML template, I tried adding <img src="cid:image.png" ALT="Screenshot"/>. But its not displaying logo in the body, its displaying as empty image. Can someone clarify what does cid mean? also please let em know the way to achieve this.
Discussion posts and replies are publicly visible
To clarify, are you also attaching the image to the email as a normal attachment, with the exact filename of "image.png"? I believe this is required (at a minimum) to make this technique work, though I will also disclaimer that I don't test this very frequently so I may be forgetting some tertiary requirements.
Thank you so much, that works! Any suggestions to add link to the logo which will take us to a webpage, if the logo is clicked.?
I haven't tried this, but you could try the standard HTML tag for adding a link (which can wrap an image, as best as i remember), the tag being "<a href="(url)"> ... </a>. If you need to include anything special to make it work with the IMG tag, i forget but you should be able to find it in public HTML primers. Let me know if you still have trouble after that.
Hi I am also gettinh the issue. How could you make it happen?
Hi mike. I am also facing the issue. Can you help me with it? I am also using html IMG tag and in src I'm passing the rule input of document type which has logo in my application
Did you also attach that image document to the email?
I didn't attach in the mail but as a rule input I am passing it to src and in a process model where I'm mapping that ruleinput with the company logo in my application. Only blank image is being shown likr this
That's why i am asking. From the email HTML, you can only reference public hosted images (not Appian documents) or images attached to the email.
Ok thank you.
I'm confused then because in the very reply you're replying to, it's what i said is required at a bare minimum. Other threads here have gone over the deeper details for how to construct the needed HTML.