<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D50Z00008G7VbeSAFOkta Classic EngineAdministrationAnswered2024-04-18T09:33:54.000Z2018-07-11T14:58:06.000Z2018-10-22T13:28:19.000Z
Can we embed a base64 encoded image in email templates?
I have tried embedding an image in the email templates using base64 encoding, but they aren't working for me. The preview does not show the image, and when I send a test email, the img tag is completely removed. I'm not sure if that is okta doing that or my Outlook 365.  I have embedded it using <img width="120" height="32" src="data:image/jpeg;base64,/9j/..." />. If I put the same html in a stand alone html file, IE and Chrome will display it fine. I'm also able to use an http image source in the email: <image width="120" height="32" src="http://imageurl" />

This question is closed.
Loading
Can we embed a base64 encoded image in email templates?