3

Currently, I have Stored Image in Blob and referred the same in email body using HTML image tag. But when email is recived to thr user, Blob url is getting exposed in pane as PFB:

enter image description here

I don't want to expose the blob url for image.

S2K
  • 1,185
  • 3
  • 27
  • 55
  • just add the image as an attachment, use the get blob content action. Is it for logic app ? do you need some sample ? – Thomas Aug 29 '18 at 23:53
  • @Thomas I need to display Image in email body as a brand, currently i i have used blob url in Email body. – S2K Aug 30 '18 at 11:32
  • convert the content to base64, check this post: https://stackoverflow.com/questions/8499633/how-to-display-base64-images-in-html – Thomas Aug 30 '18 at 20:50
  • @Thomas yeah but, when i use base64 then Logic app template gives error of Maximum template limit exceeded. so needed workaround – S2K Aug 31 '18 at 09:44

0 Answers0