No support for base64 images?
-
I embed images as base64 encoded string in the html-emails. This works great in any email client. But when i take a look into the protocol of wp mail logging and open a sent email, the “data” is removed from the image string. But it’s needed to render the image:

Is it something what WordPress changed or is it your plugin for some security issues?!
before: data:image/png;base64,…
after: image/png;base64,…
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘No support for base64 images?’ is closed to new replies.