Embedding Image into Email Body (Outlook)

Hello Everyone,

I would like to ask how can I embed an image to the bottom of the email body inside the send outlook activity?

I have tried attaching the image into it but it wont solve the problem.

My expected output should be:
image

But im getting the image as an attached file instead.

image

What do I need to add inside the body of the outlook activity?
image

Hey!

we can’t insert the image like this…

we can use html to attach the image to the body!

<Html>
<H2>Dear User1</H2>
<H2>Attached is the file that you requested</H2>
<H2>Thank you for your time!</H2>
<H2>Regards,</H2>
<img src="Path" width="460" height="345">
</HTML>

Regards,
NaNi

Hi,

How about using SendEmail activity with HTML editor as the following?

This editor is not 100% compatible with Desktop Outlook, but it might help you.

Regards,

By using Create HTML Content Activity …You can send image

Hi Nani,

I have been getting this error:

image

Where the image is not showing.

Hey!

Set the image width and height…

And one more thing the image should be in the project folder…

Regards,
NaNi

1 Like

Hello @Hey_hi

You can use create HTML content and use that variable in the email body. You can check the below video to understand the steps for adding the images and to do the customisation of your email body.

1 Like

Hi Everyone,

I have managed to solve the issue by referring to a topic on it. It is very insightful and hope it helps.

1 Like

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