Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

issue with autoupdate picture in signature via webserwer

  • No replies
  • 1 has this problem
  • 6 views
more options

Dear Mozilla community, I have encountered problem with signature autoupdate.

In company signature there is necessity to add picture that is webhosted on webserver.

When I added signature at first time TB succesfully added it to every new email message.

But after picture was updated on server, image added to signature still remain the same.

It does not mater if it is prepared html file or html code pasted to siganture configuration menu.

I have prepared html file with code below:

<meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title> Podpis HTML z automatyczną aktualizacją grafiki firmowej </title>

name surname
.
company name
address 1
sddress 2
phone:   +48 000 000 000
E-mail:   name@company.pl
www.company.pl
Wizytówka firmowa

Dear Mozilla community, I have encountered problem with signature autoupdate. In company signature there is necessity to add picture that is webhosted on webserver. When I added signature at first time TB succesfully added it to every new email message. But after picture was updated on server, image added to signature still remain the same. It does not mater if it is prepared html file or html code pasted to siganture configuration menu. I have prepared html file with code below: <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title> Podpis HTML z automatyczną aktualizacją grafiki firmowej </title> </head> <body> <div class="moz-signature"> <table style="color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; width: 515px; font-size: 10pt; font-family: ARIAL;" cellspacing="0" cellpadding="0"> <tbody> <tr> <td colspan="2" style="font-size: 14pt; font-family: Arial; width: 514px; padding-bottom: 10px; vertical-align: top;" valign="top"> <strong> <span style="font-size: 14pt; font-family: Arial; color: rgb(0, 14, 88);"> name surname </span> </strong> <br> <span style="font-size: 10pt; font-family: Arial; color: rgb(135, 135, 135);"> . </span> </td> </tr> <tr> <td colspan="2" style="font-size: 10pt; border-top: 1px solid rgb(0, 14, 88); font-family: Arial; color: rgb(44, 44, 44); padding-top: 10px; vertical-align: top;" valign="top"> <span style="font-size: 10pt; font-family: Arial; color: rgb(44, 44, 44);"> <strong> company name </strong> <br> </span> <span style="font-size: 10pt; font-family: Arial; color: rgb(44, 44, 44);"> address 1 <br> </span> <span style="font-size: 10pt; font-family: Arial; color: rgb(44, 44, 44);"> sddress 2 <br> </span> <span style="color: rgb(44, 44, 44); font-size: 10pt; font-family: Arial;"> <strong> phone: </strong> &nbsp; <a href="tel:+48 000 000 000" target="_blank" style="color: rgb(0, 14, 88);"> +48 000 000 000 </a> <br> <span style="color: rgb(44, 44, 44); font-size: 10pt; font-family: Arial;"> <strong> E-mail: </strong> &nbsp; <a href="mailto:name@company.pl" target="_blank" style="font: inherit; text-decoration: underline; color: rgb(35, 76, 127);"> name@company.pl </a> </span> </span> </td> </tr> <tr> <td style="font-size: 10pt; font-family: Arial; padding-bottom: 10px; padding-top: 10px; vertical-align: top;" valign="top"> <strong> <a rel="noopener" href="http://www.company.pl/" target="_blank"> <span style="font-size: 10pt; font-family: Arial; color: rgb(0, 14, 88);"> www.company.pl</span> </a> </strong> </td> </tr> <tr> <td valign="top"> <a href="https://www.company.pl/"> <img moz-do-not-send="false" src="http://www.server.pl/picture.jpg" title="Wizytówka firmowa" alt="Wizytówka firmowa" border="0"/> <br> </td> <td valign="top"> <br> </td> </tr> </tbody> </table> </div> </body> </html>