Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Läs mer

How can I create an HTML mail that loads an image from an external server?

  • 2 svar
  • 3 har detta problem
  • 57 visningar
  • Senaste svar av sfhowes

more options

I want to create an HTML mail that embeds an image. However, I don't want Thunderbird to inline this image in any way. Rather, the image, located on a web server, should be loaded from this web server when the mail is opened.

I want to create an HTML mail that embeds an image. However, I don't want Thunderbird to inline this image in any way. Rather, the image, located on a web server, should be loaded from this web server when the mail is opened.

Vald lösning

You can try it, but many email users seems to have trouble seeing such images.

I just copied the address given in a link to an image (your avatar in your posting), inserted it as in image into a test message, cleared the "attach this image to the message" check box, and the received message had just the link, showing the image. Nothing embedded or inlined.

  …
  
    Here is a button

<img moz-do-not-send="true" src="https://secure.gravatar.com/avatar/50b085d124fee702b3864b250a2d5c08?s=48&d=https%3A//support.cdn.mozilla.net/static/sumo/img/avatar.png" alt="" height="48" width="48">

Is it "inlined"?
--
Chris
Läs svaret i sitt sammanhang 👍 1

Alla svar (2)

more options

Vald lösning

You can try it, but many email users seems to have trouble seeing such images.

I just copied the address given in a link to an image (your avatar in your posting), inserted it as in image into a test message, cleared the "attach this image to the message" check box, and the received message had just the link, showing the image. Nothing embedded or inlined.

  …
  
    Here is a button

<img moz-do-not-send="true" src="https://secure.gravatar.com/avatar/50b085d124fee702b3864b250a2d5c08?s=48&d=https%3A//support.cdn.mozilla.net/static/sumo/img/avatar.png" alt="" height="48" width="48">

Is it "inlined"?
--
Chris
more options

I don't know if it makes any difference, but I used a slightly different method: right-click the avatar, Copy Image, then paste (Ctrl+V) into the body of an HTML message. The html code is shown in the picture.

When the message is received, the body shows an empty box, and a banner below the header: 'To protect your privacy, TB has blocked remote content...' as usual, and then by clicking the Options button the image is loaded.

Maybe the trick is to not just enter the URL of the image, but the Image Location?

Ändrad av sfhowes