NotePublic/Software/Applications/Thunderbird/Thunderbird_签名设置.md

1.3 KiB
Raw Blame History

Thunderbird 签名设置

设置方法

进入 账户->Settings->Account Settings 设置 Signature text 或者 Attach the signature from a file instead(text, HTML, or image)。

使用 HTML 文件的方式可以设置比较复杂的前面,甚至实现图文混合。

HTML 签名模板

<!--StartFragment-->
<p class="MsoNormal" style="line-height: 15.75pt; margin:
            0cm 0cm 0.0001pt; text-align: justify; font-size: 10.5pt;
            font-family: Calibri, sans-serif;">
  <span style="font-family: 微软雅黑, sans-serif;">YourName YourDepartment</span><br>
  <span style="font-family: 微软雅黑, sans-serif;">YourCompany</span><br>
  <span style="font-family: 微软雅黑, sans-serif;">网址:</span>
  <span lang="EN-US" style="color:blue"><a href="CompanyWeb" target="_blank" moz-do-not-send="true">CompanyWeb</a></span><br>
  <span style="font-family: 微软雅黑, sans-serif;">地址CompanyAddress nF</span><br>
  <span style="font-family: 微软雅黑, sans-serif;">手机PhoneNumber</span><br>
  <span style="font-family: 微软雅黑, sans-serif;">邮箱:</span>
  <span lang="EN-US" style="color:blue"><a href="mailto:YourMail" moz-do-not-send="true">YourMail</a></span><br>
  <br>
  <img src="file:///Path/to/CompanyLogo.png" class="" border="0">
  <br>
</p>
<!--EndFragment-->