Skip to main content
Question

How can I embed Image in html email using the Send mail command in A360

  • July 25, 2023
  • 7 replies
  • 1307 views

Forum|alt.badge.img

I have an image that has to be embedded in the email body. I am using "Email Server" to send the email. Outlook can't be used to send the email but can be used to receive the email. I tried base64 encoding but then the image doesn't appear if the receiver uses Outlook to open the email.
 

7 replies

Tamil Arasu10
Most Valuable Pathfinder
Forum|alt.badge.img+18
  • Most Valuable Pathfinder
  • July 25, 2023

Hi @neha_negi ,

Please refer the below link

Image in body of the mail || Automation anywhere A2019


Forum|alt.badge.img+4
  • Navigator | Tier 3
  • July 25, 2023

<img height='100' width='100' src="filepath with filename">

 

Try this in html code email body.

 

Thanks,

Aravindh S

Aravindhkumar002@gmail.com 


Forum|alt.badge.img+2
  • Cadet | Tier 2
  • July 25, 2023

<img height='100' width='100' src="filepath with filename">

 

Try this in html code email body.

 

Thanks,

Aravindh S

Aravindhkumar002@gmail.com 

Thanks Arvind, however this doesn’t work with the server I use. The image that I’m getting on email is a broken image Icon


Forum|alt.badge.img+2
  • Cadet | Tier 2
  • July 25, 2023

Hi @neha_negi ,

Please refer the below link

Image in body of the mail || Automation anywhere A2019

Hi @Tamil Arasu10 , already watched this video, but the solution is not working. Maybe because they are using Outlook to send the email in the video. Btw, Thanks


Forum|alt.badge.img+4
  • Navigator | Tier 3
  • July 25, 2023

If you try sending manually. Are you able to see image in mail ?. It should work for Outlook,email server


Forum|alt.badge.img+2
  • Cadet | Tier 2
  • July 26, 2023

sending

If you try sending manually. Are you able to see image in mail ?. It should work for Outlook,email server

By sending manually, do you mean composing the mail and adding(copy-paste) the image in the mail body? Yes, that is working fine.
Just the send mail is not attaching the image in the body. 
Also, I am not using Outlook server here, but Email server


Forum|alt.badge.img+3
  • Navigator | Tier 3
  • November 13, 2024

sending

If you try sending manually. Are you able to see image in mail ?. It should work for Outlook,email server

By sending manually, do you mean composing the mail and adding(copy-paste) the image in the mail body? Yes, that is working fine.
Just the send mail is not attaching the image in the body. 
Also, I am not using Outlook server here, but Email server

Ever found a solution? The only one I know is putting the image on a public space. But there should be a better way I think.