Insert local image to html

@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