I’m not having any issue connecting to outlook.office365.com with Postie.
Please turn on the “Enable Debug Logging”, click save, then click “test config” and email the results to help@postieplugin.com
Thread Starter
jseth
(@jseth)
I have sent the email with the results. For some unknown reason, after I performed the steps, the Test Config was successful, however I am having a problem with image attachments. PDF or Word documents will appear with the post successfully, however jpg or png (they’re the only two I’ve tried) do not appear, although they do appear in my Media library. I sent the results to the email above in case you can see something regarding that. Thank you.
Thread Starter
jseth
(@jseth)
I looked at the “text” of the posts where the attached images were not appearing, and the links to the images were actually in the post. Here is the
<a href="http://intranet.eastech.org/?attachment_id=8417"><img src="http://intranet.eastech.org/wp-content/uploads/2016/12/store.png" alt="{CAPTION}" width="1px" height="1px" class="alignnone size-medium wp-image-8417" /></a>
I noticed the width=”1px” height=”1px” and when I removed that, the image appeared (my eyes certainly aren’t good enough to see an image 1×1 pixel!). But why is Postie putting that in there? Is there somewhere that I have that entered that I don’t know about? If I can get that resolved, I think it is working successfully now. Thank you.
Based on logs sent by @jseth we were able to determine that WordPress was reporting the image sizes as 1×1 for all images sizes.
The fix was to remove the height and width attributes from the image template and let the browser figure out the size.