Insert local image to html

Hello, can anybody pls tell me how can I insert local pisture into HTML that I am sending via send outlook mail message.

@tomaz

Attach the image as an attachment say the image is text.png

then in body use <img src="text.png">

If writing directly in the body field as string then

"<img src=""text.png"">"

cheers

1 Like

Hello @tomaz

Use Create Html content activity and frame your HTML format. There you can easily insert the image. Check the below video.

Thanks

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.