Nintex for SharePoint Forum
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results forÂ
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
this is not unfortunately possible.
see several similar questions with no solution - https://community.nintex.com/search.jspa?q=cid
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.
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)