HiSEN

企业邮箱签名模版

下面是源码,有些邮箱可以直接用html源码设置。

我用得是网易邮箱大师,把代码存为本地网页打开全选复制

粘贴到邮箱大师的签名里面即可!亲测有效,还挺好看的

代码如下:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<html>
<head></head>
<body>
<div>
<style>.g {clear:both; height:0;}.mailsign {font-size:12px; color:#808080; margin:0 35px; line-height:22px;}.logo {width:305px; height:35px; margin:20px 0 10px -15px;}.name {font-weight:700; font-size:14px; float:left; color:#808080; height:30px; line-height:30px;}.position {float:left; margin-left:15px; color:#808080; height:30px; line-height:30px;}.company1 {clear:both; font-weight:700; font-size:14px; color:#808080; margin-top:10px;}.company2 {clear:both; font-weight:700; font-size:14px; color:#808080; margin-bottom:10px;}.add{}.add .zip { margin-left:5px; color:#a0a0a0; font-size:10px;}.tel {}.fax {}.phone {}.website {}.website a {color:#808080; text-decoration:none !important;}.eng {}.state {color:#a0a0a0; margin-top:20px; padding:15px; border:1px solid #CCC; border-radius:10px}.state h4 { margin:0;}.state p {margin:0; font-size:7.5pt;}</style>

<div class="mailsign">
<hr />
<div class="g">
<div class="name">
<t id="tname">
HiSEN
</t>
</div>
<div class="position">
<t id="tposition">
中级java开发工程师
</t>
</div>
</div>
<div class="g"></div>
<div class="company1">
HiSEN网络在线技术有限公司
</div>
<div class="company2">
<t id="tcompany">
技术部
</t>
</div>
<div class="add">
<span>地址/Add :</span>
<t id="tadd">
北京朝阳区xxx
</t>
<div class="mob">
<span>手机/Mob:</span>
<t id="tmob">
15555555555
</t>
</div>
<div class="website">
<span>网址/URL :</span>
<a href="http://hisen.me/" target="_blank">hisen.me</a>
</div>
<div class="state">
<h4>保密声明:</h4>
<p>此文件中可能含有机密类信息,仅限于上方提到的人员使用。若非以上人员或负责将该信息传送给上述人员的职员或代理人,严禁对此文件作任何形式的汇报、散布、传播及复制。若非此文件的指定收件人,请立即以邮件形式联系发件人并销毁所有原始文件的拷贝。</p>
<h4>CONFIDENTIALITY NOTICE:</h4>
<p>The information contained in this transmission may contain privileged and confidential information and is intended only for the use of the person(s) named above. If you are not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, any review, dissemination, distribution or duplication of this communication is strictly prohibited. If you are not the intended recipient, please contact the sender immediately by reply e-mail and destroy all copies of the original message.</p>
</div>
</div>
</div>
</body>
</html>