cancel
Showing results for 
Search instead for 
Did you mean: 

How to attach image in body of the mail.

Ginukuntla
Level 2

HI,

We are trying to insert a image within the body of email using Email-POP3/SMTP VBO

We have tried these logics in body of the send message action:

"<html><p><img src="&[Attachment Path]&"> name </img><p><html>" and also "<html><p><img id="&"ImageID"&" src="&[Attachment Path]&""&":image/png;base64, Base64Code"&"""<p><html>"

Enabled body is HTML = True
But we are receiving message as red cross mark image in the email body.

Please find attachments below for your reference:

Ginukuntla_0-1715771927456.png

Please assist me to solve this issue, Thanks.

 

10 REPLIES 10

Hi @devneetmohanty07,

Your solution is great for sending an email with images. I have a process where I need to send an instruction email. This email contains both text and an image. For example:

 

"

Dear Sir and Madam,

Please follow the below instruction.

Step: text

Image

Step 2: text

Image 1

Image 2

Step 3: text

Image

Regards,

Text

"

 

Could you provide a solution for this process?