收件人拒绝的HTML电子邮件签名

时间:2015-11-09 13:38:48

标签: html css email

我为我的公司编写了一个电子邮件签名。它看起来像我想要的,它使用内联CSS和适当的HTML,以便它与所有主要的电子邮件客户端兼容。收到电子邮件时总是看起来正确。

但是,由于电子邮件签名,我们发现许多公司通过电子邮件拒绝了电子邮件。我的代码中没有图像,为什么下面的代码会导致这些拒绝?

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="format-detection" content="telephone=no">
<meta name="format-detection" content="address=no">
<br /><br />
<table cellpadding="0" cellspacing="0" border="0" width="300">
  <tr>
    <td width="70" style="font-size:12px; line-height:18px; border-top:1px solid #cccccc;"><br /></td>
    <td width="230"></td>
  </tr>
  <tr>
    <td colspan="2" style="font-family:Arial; font-size:18px; line-height:24px; color:#333333;">
      <b>Joe Blogs</b>
    </td>
  </tr>
  <tr>
    <td colspan="2" style="font-family:Arial; font-size:12px; line-height:18px; color:#999999;">
      Deputy Editor - My Company<br /><br />
      <a href="http://xxxxxx.co.uk/" title="xxxxx" style="color:#6bb4c2; text-decoration:none;">xxxxxx.co.uk</a><br />
      <a href="https://twitter.com/xxxxxx" title="Twitter" style="color:#6bb4c2; text-decoration:none;">Twitter</a> - <a href="https://www.facebook.com/xxxxxx" title="Facebook" style="color:#6bb4c2; text-decoration:none;">Facebook</a> - <a href="https://instagram.com/xxxxxx/" title="Instagram" style="color:#6bb4c2; text-decoration:none;">Instagram</a> - <a href="http://issuu.com/xxxxxx" title="Issuu" style="color:#6bb4c2; text-decoration:none;">Issuu</a><br />
      7 Somewhere Lane, London, SW7 8HG<br />
      Office: 020 2346735 | Direct: 07887 222777
    </td>
  </tr>
</table>
<br /><br /><br /><br />

0 个答案:

没有答案