본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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

  • 2 답장
  • 3 이 문제를 만남
  • 22 보기
  • 최종 답변자: 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.

선택된 해결법

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
문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (2)

more options

선택된 해결법

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?

글쓴이 sfhowes 수정일시