Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Victoria Sakal

    (@sakalvictoria)

    Hi, @jrotem!

    Looks like your uploads directory is not publically accessible, since we are getting the “403 Permission Denied” error when trying to open an image (please, look at the screenshot). And the same result is if we try to open an image from the WP Mail SMTP plugin. That’s why the email client is not able to load images.

    You need to allow static files like images to load on the server level. You can reach out to your hosting provider support with this, they’d hopefully be able to help.

    Kind regards.

    Thread Starter jrotem

    (@jrotem)

    My apologies. I don’t know where my head was at. (Too much troubleshooting SPF, DKIM, DMARC and SMTP in one day, I think! :D)
    Here is an example of how the emails appear. I hope this demonstrates the issue. WP Mail SMTP email missing images

    • This reply was modified 4 months, 4 weeks ago by jrotem.
    Plugin Support Victoria Sakal

    (@sakalvictoria)

    Hi, @jrotem!

    Thanks for following up.

    Such an issue occurs because images that are included in the email are not publicly accessible. Looks like your web server is denying jpeg and png images loading. The restriction rules could be applied on the web server level or by some plugin via the .htaccess file.

    For example, you can try to load https://whitecranevideo.com/wp-content/uploads/2017/03/Image-6-450.jpg image and you will get a 403 Permission Denied response. If not, maybe you have some restrictions by IP address.

    Your hosting provider could help you to identify why images are not publicly accessible.

    Kind regards.

    Thread Starter jrotem

    (@jrotem)

    Thank you for your quick reply!

    Please disregard the image link in my first post — my error.

    I have disabled all plugins and tested one by one and the issues remains.

    Also, when I test to both hosted and gmail accounts I get the same block image issue. If it were server level why would it be happening on both mail servers? Could it be related to WP Mail SMTP?

    I’m just trying to figure this out. Thanks for your help!

    • This reply was modified 4 months, 4 weeks ago by jrotem.
    Plugin Support Victoria Sakal

    (@sakalvictoria)

    Hi, @jrotem!

    No, this issue can’t be related to the WP Mail SMTP plugin, since images are not accessible via browser either. Something is blocking images loading and any email client (Gmail or hosted) can’t load images, since the web server returns a 403 Permission Denied response.

    You can try to check the .htaccess file in the WordPress root directory and reset it to the default state (make sure to backup the old .htaccess file for revert). After resetting, check if the issue persists. Try to open this image in the browser and see if it’s loading.

    Kind regards.

    Thread Starter jrotem

    (@jrotem)

    Thanks very much. I set the .htaccess to the WP default and images display.

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.