Hi there,
I am designing newsletters for a company. Till now no complains. But yesterday a client of the company complained that she can't see images of "our" newsletters.
Outlook "says" the image link is not available; and she got no blue button where she could download the images afterwards.
When checking the code of the newsletters I saw that the img src attribute and the attribute data-mce-src are showing different values:
For example:
tyle="max-width: 100%; height: auto; box-sizing: border-box; padding: 0px 5px; display: block; margin-left: auto; margin-right: auto; width: 550px;"
src="https://www.companysdomain.com/images/easypass/wichtigeInfo.jpg" alt="Wichtige Info" title=""
data-mce-src="../images/easypass/ernaehrung-.jpg"
data-mce-style="max-width: 100%; height: auto; box-sizing: border-box; padding: 0 5px; display: block; margin-left: auto; margin-right: auto;"
width="550" height="361"></p>
So my first question: what does the data-mce-src in the first place?
Why is it there? Why does it show different entrys?
Could this be the cause for the missing images in outlook?
Thank you for your help in advance.
T.