Browser + version: Chrome, latest version as of submission date
Expected behavior:
All images embedded in email attachments should render correctly within tickets, without any 404 errors or broken image links.
Actual behavior:
In some tickets, images that are supposed to be displayed within the email content are not rendering correctly. Instead of the image, a 404 error is shown, indicating the image cannot be found or is not being served correctly by Zammad.
Steps to reproduce the behavior:
Open a ticket with an email that contains embedded images.
Observe that some images render correctly while others show a 404 error in place of the image.
The issue does not occur consistently across all emails, as some emails display images without any issues.
Attachments: Please refer to the attached screenshots for a visual representation of the issue. The first screenshot shows how the email with images is displayed in an alternative email client, where images are rendered correctly. The second screenshot demonstrates the issue within Zammad, where the images are not rendered and a 404 error is displayed instead.
Hi @Nuri. I checked it and I noticed that the way the images are referenced in this mail is not well-supported in Zammad. It seems we’re lacking support of base HTML tag in the mail processing. I have no idea if there was a decision in the past to not support this, or if it just was forgotten.
I recently discovered that it might be a security measure. However, I also read about plans to introduce a display function to view the original formatted email. If you could clarify this, that would be wonderful
I read that Upcoming Zammad release supports also showing images for html emails.
Anyway. We have the semi solution to just download the original formatting and view the html in a browser. So I think that this will be the only solution to this?