on 2023 Nov 09 1:28 PM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use the Platform file hosting to get a URL for your image: https://me.sap.com/notes/2157471
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
4 | |
3 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.