Hello,
I’m using AcyMailing Enterprise 10.6.6 on a new Joomla site and found that image URLs are being corrupted in the final email HTML.
In the received email source, the image URL is altered like this:
<img src="https://xxx.ne.jp/dev/images/newsletter/sam=
ple.webp">
The original file name is sample.webp, but it becomes sam=ple.webp.
This happens even when inserting the image through the built-in File Manager, and the editor preview displays it correctly.
Only the final HTML generated by AcyMailing contains this error.
Since the URL is already broken before the email client processes it, this appears to be an internal HTML-generation bug rather than a quoted-printable issue.
This issue causes images to be displayed incorrectly in sent emails.
Thanks