防病毒标记的HTML电子邮件签名

时间:2018-09-13 10:27:21

标签: html css email

我将这种格式用于gmail和thunderbird中的HTML签名。最近,我从gdrive中添加了照片,而不是附件,并且我一直被防病毒软件阻止,进入gmail> outlook> gmail时出现整页长的错误代码,而一家公司收到了我的垃圾邮件。

<!doctype html>
<html lang="pl">

<head>
<meta charset="UTF-8" /> 
<title></title>
</head>

<body>

<div style="line-height:14pt; margin:4pt 0; padding:6pt 6pt 6pt 6pt; font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif; !important; font-size:10pt; !important;" >

<br>
<style="color:#333333; !important; text-decoration:none !important;">--<br>

<style="color:#333333; !important; text-decoration:none !important;">Greetings,<br>
<style="color:#333333; !important; text-decoration:none !important;">John Smith<br>

<style="color:#333333; !important; text-decoration:none !important;">Company LTD<br>

&nbsp;
<a style="color:#008131; !important;">p:&nbsp;
<a href="callto:123-456-789" style="color:#003399 !important; text-decoration:none !important;">123 456 789</a><br>

&nbsp;
<a style="color:#008131; !important;">e:&nbsp;
<a href="mailto:john.smith@gmail.com" style="color:#003399 !important; text-decoration:none !important;">john.smith@gmail.com</a><br>

&nbsp;
<a style="color:#555555; !important; text-decoration:none !important;">Street 1 | 123-456 City</a><br>
&nbsp;

<a style="color:#555555; !important; text-decoration:none !important; ">NIP: 1234567890 | REGON: 1234567890</a><br>

<img src="https://drive.google.com/uc?id=1ixkQ0g31UBeBfupGqWNSuSuM_M_ZqyZT" width="300" alt="logo" />


</body>
</html>

我尝试从网络上编辑免费签名,但结果相似。它可以在gmail中完美运行。

0 个答案:

没有答案