Bug 1676825 Comment 12 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

If you used the saved signature.html file for signature, it would appears as attached for both sender and recipient... basically without image :-(
If you used the saved signature.html file for signature, it would appears as attached for both sender and recipient... basically without image :-(

signature.html file looks like:

```
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <title></title>
  </head>
  <body>
    <img moz-do-not-send="true" src="image.png" alt="Company Logo"
      width="168" height="102"><br>
  </body>
</html>
```
If you used the saved signature.html file for signature, it would appears as attached for both sender and recipient... basically without image :-(

signature.html file looks like this:

```
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <title></title>
  </head>
  <body>
    <img moz-do-not-send="true" src="image.png" alt="Company Logo"
      width="168" height="102"><br>
  </body>
</html>
```
If you used the saved signature.html file for signature, it would appears as attached for both sender and recipient... basically without image :-(

signature.html file looks like this:

```
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <title></title>
  </head>
  <body>
    <img moz-do-not-send="true" src="image.png" alt="Company Logo"
      width="168" height="102"><br>
  </body>
</html>
```
Instead of:

```
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <title></title>
  </head>
  <body>
    <img moz-do-not-send="true" src="https://www.mydomain.com/img/image.png" alt="Company Logo"
      width="168" height="102"><br>
  </body>
</html>
```

Back to Bug 1676825 Comment 12