32
Views
2
Comments
How to loading image in gmail without using blob
Question
Service Studio Version
11.54.36 (Build 62983)
Platform Version
11.25.0 (Build 41743)

Hello everyone, currently is there any way to show images in Gmail not using an external link? I tried both base64 and cid (content-id) but looks like it didn't work.

2024-05-08 06-29-37
Prince Aadil Khan Panwar

Hi Dat Pham Kim,

Try to use rich text editor forge component - Ck editor 

https://www.outsystems.com/forge/component-overview/6885/ckeditor-reactive

You can go through the documentation and you can put the html content n image directly and it will show into the email.

You can check this post as well

https://www.outsystems.com/forums/discussion/26941/base64-image-in-email/

Hope this helps

Thanks

Prince

UserImage.jpg
DatZeroNight

Ah I already have a html template, I example just like an image with parameters like:

<img src ="[{IMGSRC}]"/>

I want to replace the URL so that Gmail can load the image. I tested and found that CKEditor can upload the image and then get the URL. Is there any way to know the API they are using to upload an image, get the URL, replace the URL with the template then send an email?

testemail.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.