Joy Fernandes
Joy Fernandes

Reputation: 303

Download the images on Email Client by default

I have noticed one thing whenever user opens any email, by default the email client blocks downloading of images related to that email message. I want to know if there is any way that we can achieve downloading the images by default when the user opens the email message.

The below is the html I have inside the email.

<img src="https://Example.aspx?RegID=30932&amp;ID=78" height="1" width="1">

More importantly the image is not visible to the user, and the user is list concerned about the presence of it.

Upvotes: 0

Views: 494

Answers (1)

Ted Goas
Ted Goas

Reputation: 7587

The choice to automatically download images is almost always a user setting in one's email app. These settings cannot be changed by an incoming email message.

As you may know, embedding a clear 1x1 tracking pixel is the standard method for email service provides to track opens in their analytics. Unfortunately, if someone opens an email and does not download this tracking pixel, an ESP cannot track the open in its analytics. Sorry, nature of the business (I deal with this too!).

Upvotes: 2

Related Questions