Page 1 of 1

Embed image into html email? How do I use a cid image?

Posted: Tue Apr 07, 2020 11:56 am
by automation
How can I add an image under <body> in html send email with my own email template?

I've tested with base64 but it doesn't work outlook.

If I look at the enfocus email template it use

Code: Select all

<img src="cid:switch_html_img_header.jpg" width="536" height="176" alt="" />
How can I include my own image with cid like above in Switch send email module with my own email template?

Re: Embed image into html email? How do I use a cid image?

Posted: Tue Apr 07, 2020 12:01 pm
by jan_suhr
I think that the only way is to link them as normal to a web server address.