Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

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

  • 5 відповідей
  • 1 має цю проблему
  • 11 переглядів
  • Остання відповідь від 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.

Обране рішення

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".

Читати цю відповідь у контексті 👍 0

Усі відповіді (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)

Змінено 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

Вибране рішення

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.