Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

Learn More

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

How to configure Thunderbird not to embed images which are located on the Internet for a signature?

  • 5 válasz
  • 1 embernek van ilyen problémája
  • 1 megtekintés
  • Utolsó üzenet ettől: Jorritm

more options

I have setup an email signature in HTML and an image inside the HTML is being linked to a web address. Once the email is send I can't view the image in my email, however I can see that the image has been attached to the email itself. Is there anyway to prevent this from happening? I want the image to be shown without it being attached to the email as an attachment.

I have setup an email signature in HTML and an image inside the HTML is being linked to a web address. Once the email is send I can't view the image in my email, however I can see that the image has been attached to the email itself. Is there anyway to prevent this from happening? I want the image to be shown without it being attached to the email as an attachment.

Kiválasztott megoldás

I just sent myself a message with a link to an image on a web server, and the "attach this file" option un-ticked, and it seems to work OK.

The link was thus: <img alt="columns.gif" src="http://d4ionjxa82at6.cloudfront.net/98/7d/i104889752._szw120h130_.jpg" moz-do-not-send="true" height="71" width="97"> Note the moz-do-not-send="true".

Válasz olvasása eredeti szövegkörnyezetben 👍 0

Összes válasz (5)

more options

How was the HTML signature set up?

In Thunderbird's account settings, by hand?

As a separate HTML file, and if so, was this created within Thunderbird or in a separate application?

more options

I have created the html in sublime text at first. I then encountered an error in safari so I had to open the code in Chrome, save the page and alter the code to remove the HTML and Body tags. (Random Mac client error) (I'm now setting it up on someone else's PC)

I then copied the following code

http://codepen.io/anon/pen/VeYeOZ

Pasted it into the Thunderbird HTML Signature section.

(Ignore the comment bellow, I didn't spot the edit button in time)

Módosította: Jorritm,

more options

Just realized its going to mess up, I have put the code in a codepen

http://codepen.io/anon/pen/VeYeOZ

more options

Kiválasztott megoldás

I just sent myself a message with a link to an image on a web server, and the "attach this file" option un-ticked, and it seems to work OK.

The link was thus: <img alt="columns.gif" src="http://d4ionjxa82at6.cloudfront.net/98/7d/i104889752._szw120h130_.jpg" moz-do-not-send="true" height="71" width="97"> Note the moz-do-not-send="true".

more options

Thank you the moz-do-not-send="true". did the trick.

Are you also aware of any tricks to prevent Gmail to label the signature as unrelated to the content of the email. When I send an email to any gmail account, the signature will remain hidden unless I click the 3 dots to view the remaining content such as a quote but also the signature.

Gmail labels signatures as unimportant due to not being unique content. Im sure there must be a way to prevent this from happening.