cancel
Showing results for 
Search instead for 
Did you mean: 

How to up-load the image for the e-mail notification templates

Stefanie2
Explorer
0 Kudos
226

How and where can I up-load an image to be used in email notification templates.

I see that an URL is needed and that we cannot direclty up-load an image into the template but somehow need to save it in the system separately.

Thanks a lot for your help

Stefanie

Accepted Solutions (0)

Answers (2)

Answers (2)

MarcL
Explorer
0 Kudos

Hi Stefanie,

in the notification editor, you can also switch to the "source code" mode. We use base64 coding for our images in the notifications. There are several online converter avaivlable online and you do not need to host the images somewhere. Here an example for us:

<td style="width: 22.6157%;"><img style="float: right;" src="data:image/png;base64......" alt="" width="150" height="33" /></td>

Do not be scared of the length of the base64 code 😉

Regards
Marc

SF-Dan
Product and Topic Expert
Product and Topic Expert
0 Kudos

You can use the Platform file hosting to get a URL for your image: https://me.sap.com/notes/2157471