on 2021 Jun 08 3:45 PM
Hello Experts,
I know we can add attachments while sending mail notification from idm, but Can we include images into html mail body and send as mail notifaciton to users from sap idm? is it possible?
/Deva
Below are two solutions which worked for me in outlook.
1) converting the image into base 64 format and using the code in image tag as below works
<img width="620" src="data:image/png;base64, here maintain the base 64 code " codealt="image">
2) store the images in the organization intranet shared location and adding the image location in the source.
/Deva
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks so much for the solutions. Do you know if it is possible to change the notifications in html format?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Deva,
if I am not mistaken, one of the innovations that were accepted for development this year for IdM is exactly using a new type of Mail API, which will offer a lot of options compared to the existing one.
I am not 100% sure though, so its worth checking it.
BR,
Todor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Todor for your response. I found a way two solutions. Both of them worked fine in outlook.
1) converting the image into base 64 format and using the code in image tag as below works
<img width="620" src="data:image/png;base64, here maintain the base 64 code " codealt="image">
2) store the images in the organization intranet shared location and adding the image location in the source.
/Deva
User | Count |
---|---|
69 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.