15-05-24 12:24 PM
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:
Please assist me to solve this issue, Thanks.
16-07-24 09:44 AM
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?