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.
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.