增加 Thunderbird 签名设置.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2020-08-13 10:20:13 +08:00
parent 5a7cacb643
commit 7caf566c2e
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# Thunderbird 签名设置
## 设置方法
进入 账户->Settings->Account Settings 设置 Signature text 或者 Attach the signature from a file instead(text, HTML, or image)。
使用 HTML 文件的方式可以设置比较复杂的前面,甚至实现图文混合。
## 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-->
```