Inline images missing in the sent mails when using EWS as outgoing after upgrade to 14100 build or above
Issue:
After upgrading to 14100+ build, the inline images in the sent mails are missing for the mails' recipients. This happens when EWS is configured in Outgoing settings and Network path (non-default path) is configured as "Attachment Path" in the application.
The inline images aren't fetched from the non-default attachment path and this is the cause for this issue. This works fine when SMTP/SMTPS is configured in the outgoing settings.
Log trace:
[13:45:47:375]|[01-10-2023]|[com.adventnet.servicedesk.notification.util.NotificationFactory]|[INFO]|[68650]: debug : The mentioned inline image does not exist in respective directory :: ..\mediaFiles\request_notification\Jan2023\10\b758e04d27b24c6783ea25428326c7be.png
Resolution:
The fix is to construct proper inline image file path when they are stored in non-default attachment path while sending mails using EWS.
Check the "Jar Compatibility" section to download the appropriate fix jar file (.fjar file) to resolve this. Check this link on steps to apply the fjar file.
Note: The issue id for this issue is SD-107908. Please watch the product
readme to know its release.
JAR Compatibility
Build No | File Name |
14101-14102 | 14102_SD_107908.fjar |
14103 | 14103_SD_107908.fjar |
New to ADSelfService Plus?
Related Articles
Account based outgoing mail sever settings post build 14001
ACCOUNT-BASED OUTGOING MAIL SERVER FEATURE: Introduction: Account-based outgoing mail server feature was introduced in build 14001. This feature ensures that users receive notifications and responses from the specific email address associated with ...
Inline images broken after SCP Upgrade
We suspect that this issue may arise if the migration schedule has not been run post-upgrade. To troubleshoot this issue further, we kindly request the output of the following query. Please connect to the database of the working build and execute the ...
Inline Images are Not Fetched Properly due to the IsInline Property 'false' assignment
About : For the customers using Microsoft Graph or EWS, Microsoft API returns isInline as "false" for inline images in some environment. There is no known reasons behind this behaviour from their documentation. One such possible reason for this ...
Mail Fetching Stopped Due to Inline Image Handling
Issue Cause : While fetching a mail, in certain mail servers, cid of inline image is not parsed correctly. Once inline stream is converted to image, cid in src attr will be replaced with image url. cid for uploaded inline image in mail content is not ...
Debug: Inline / attachments are missing when signed mail gets processed using Graph
Issue: When processing a signed mail using Graph, inline images / attachments are missing. Signed mails are handled differently and due to "application/ms-tnef" content-type header in the mail, identifying a mail as signed has failed. Due to this, ...