How to insert an image into the mail body?

In JavaScript or HTML format.

1 Like

Hello @Jose_Miguel_Almonte,

You would use HTML format to achieve this. :blush: ensure that you are using the calculate a value option in the parameters.

1 Like

I am using the HTML format, but when I send the email the requested image does not appear.

My mail ends there:

value(x) logo : img src=“documents/jbgm.png”>

“José Miguel Almonte Solis
Software Developer
Technology Solutions
TLF. 809-997-5728
Website: www.tech.com
” + logo

1 Like

@Jose_Miguel_Almonte, the image should be publicly available on the web so you can embed it in an HTML. This is an example where I use the Google logo:

<p>This is a test with an embedded image:</p> 
<p><img src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" alt="" /></p> 
<p>Thank you</p>

You will get:

image

3 Likes

Take a look at this link for a further explanation of how to insert an image into an email body.

You can also check out our Automation How to’s by navigating to:

https://help.electroneek.com/hc/en-us/categories/8257602003613-Automation-How-tos