See forum topic https://suitecrm.com/suitecrm/forum/suitecrm-7-0-discussion/20735-email-module-why-is-the-inserted-image-not-shown-in-the-received-email
Inline image should be shown in the email message
No image shown in the email message
No relevant error message found in suitecrm.log
We use a lot of inline images in our email message when providing support to our customer. We will import/archive these messages to other modules, e.g. Case, Bug, etc. Sometimes, we need to trace back the message content directly within SuiteCRM when cross referencing with cases, bugs, etc.
medium priority
Maybe the same as #6484 which was opened today.
@afatac can you please check if reverting this commit https://github.com/salesagility/SuiteCRM/commit/e840ea8968caf5c27bda2568830848b16e1ce472 solves your issue?
Not working. This is expected because the committed change was done for 7.10.10 but the issue is already there for a long time.
Can confirm this issue is still present in 7.10.10 - and is pretty crippling for users who use incoming mail, for which inline images are an important feature.
Also, to add clarity to the thread, the issue is with incoming emails, not to email templates as suggested with the issue referenced by @pgorod - and might not have been tagged correctly by @Dillon-Brown
Images inserted in-line in HTML formatted emails render as broken images, with the img src as: <img src='cid:xxxxx'>, where xxxxx is the MIME content ID of the image, which the web browser obviously cannot interpret.
The image does still create a valid record in the Notes module - requiring the user to navigate to the related note and downloading the inline image from there. (like an attachment.. but that defeats the purpose of in-line images.)
Have tested sending inline-image HTML emails from several mail clients: Outlook 2013, Outlook 2015, gmail, roundcube webmail.
You're right, this doesn't seem to be related to @lazka 's Issue and PR, if this is about incoming email...
This issue appears to also be https://github.com/salesagility/SuiteCRM/issues/5662
Looking forward to resolution.
There's a proposed solution #7524
If you guys can help test that would be great. Thanks!