Symptom
- Issues are being experienced with all signature email templates.
- Logos in the end-email are not being displayed.
Environment
- SAP Service Cloud Version 2 1.0
- SAP Sales Cloud Version 2 1.0
Reproducing the Issue
- Open any signature email template.
- Observe that the logos in the end-email are not displayed correctly.
Resolution
There are two options to resolve the issue:
- Use real image links
- Upload the images to a website or image server.
- Replace the image links in the template with permanent URLs.
Example: <img src="https://yourcompany.com/images/logo.png" />
- Embed the image using Base64 (binary)
- Convert the image to Base64 using a tool like https://www.base64-image.de/
- Replace the image link with a Base64 string.
Example: <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA..." />Tip:
Use Base64 only for small images (like logos or icons). For bigger images, permanent links are better.
- Refer to KBA 3467182 - Images are not Displayed in Template
See Also
3467182 - Images are not Displayed in Template
Keywords
SAP Service Cloud Version 2, Signature Email Templates, Logo Display Issue, Email Communication. , KBA , CEC-CRM-AD , Agent desktop - live channels , Problem
Product
SAP Service Cloud Version 2 all versions
SAP Knowledge Base Article - Public