how to embed the image in notification with base64 encode images

  • 9 August 2017
  • 3 replies
  • 57 views

Badge +3

Hi Team,

Please let me how add the images in email notification. i am encoding the image with base64 and attaching to email notification but not showing image in the outlook. am creating muliti line variable and added the base64 code in img src="base64code" but in the outlook am not able view the images.

help in this regard how to handle the images while sending notifications

Thanks in Advance


3 replies

Userlevel 5
Badge +14

this is not unfortunately possible.

see several similar questions with no solution - https://community.nintex.com/search.jspa?q=cid 

Badge +9

You can embed images using data URI as described at RFC 2397 - The "data" URL scheme .

But data URIs are almost blocked by programs/web sevices and completly blocked by outlook.

Userlevel 5
Badge +14

that RFC is rather meant for viewing HTML pages in browsers, not mail clients. and its usage is problematic, as you pointed out.

similar concept for mails is defined by RFC2392 and is known as content ID locator (CID)

Reply