【问题标题】:Gmail is spamming our welcome email onlyGmail 仅向我们的欢迎电子邮件发送垃圾邮件
【发布时间】:2011-08-14 00:32:54
【问题描述】:

当有人注册时,我们的网络应用会发送一封确认电子邮件。此邮件仅进入 gmail 的垃圾邮件文件夹。我们发送的所有其他电子邮件都会被最终用户正确接收到他们的收件箱中。我已经花了好几个小时研究这个问题,似乎甚至无法弄清楚它是电子邮件的实际 HTML 代码还是其他问题。你能帮忙吗?

这是我们的 HTML 电子邮件:

    <html>
     <div style="width: 600px; background: #f2f2f2; padding-bottom: 25px; padding-top: 25px;">
      <div style="border: 1px solid #e0e9e8; width: 550px; background: #ffffff; margin-left: 25px; margin-right: 25px;">
          <p style="font-family: arial; font-size: 18px; margin-left: 35px; margin-top: 15px;">Hi <?php echo $fname; ?>,</p>
          <p style="font-family: arial; font-size: 14px; margin-left: 35px; margin-right: 30px; margin-top: 10px;">Your account has been created - now it is easier than ever to share with those who share your passion.</p>
          <p style="font-family: arial; font-size: 12px; font-weight: bold; margin-left: 35px; margin-top: 15px;">Here are three ways for you to get started:</p>
          <p style="font-family: arial; font-size: 12px; margin-left: 50px; margin-top: 10px;">- <a href="http://www.livthis.com">complete your profile</a></p>
          <p style="font-family: arial; font-size: 12px; margin-left: 50px; margin-top: 10px;">- install the <a href="http://www.theliv.com/liv/staticpages/button">bookmarklet</a>.  It lets you add an item from any website with just one click.</p>
          <p style="font-family: arial; font-size: 12px; margin-left: 50px; margin-top: 10px;">- <a href="http://www.theliv.com/liv/wishlists/home/everyone">discover great items</a> by other members</p>
          <p style="font-family: arial; margin-left: 35px; padding-bottom: 20px; padding-top: 25px;">Enjoy!<br>- The Liv Team</p>
      </div>
  </div>
</html> 

这是我们的短信:

Hi <?php echo $fname; ?>,
          Your account has been created - now it is easier than ever to share with those who share your passion.
          Here are three ways for you to get started:
          - complete your profile
          - install the bookmarklet. It lets you add an item from any website with just one click.
          - discover great items by other members
          Enjoy!- The Liv Team

有人可以帮忙吗?

【问题讨论】:

  • 进入 Gmail 中被标记为垃圾邮件的邮件之一。单击向下箭头(通过回复)和显示原件。你看到那里有什么问题吗?
  • 我查了一下,确实有一些不同。我的返回路径不同。我收到的来自不同的。一封电子邮件有 www.theliv.com,另一封电子邮件有 theliv.com。这会导致问题吗?

标签: gmail spam html-email email-spam spam-prevention


【解决方案1】:

对照此标准检查您的消息。这似乎是一个很好的来源:

http://kb.mailchimp.com/article/how-spam-filters-think

【讨论】:

  • 那是一篇很棒的文章。谢谢你把它链接到我。我检查了一下,幸运的是我没有犯任何这些错误。我会检查更多的东西。谢谢
【解决方案2】:

您的 HTML 电子邮件中似乎缺少 &lt;body&gt; 标记。尝试通过 HTML 验证器运行它,例如 W3C Validator

【讨论】:

  • 我的 HTML 并不完美,但我所有的电子邮件都出现了错误,并没有导致我进入垃圾邮件文件夹。但是,我确实回去清理了 HTML。谢谢。
猜你喜欢
  • 2014-06-25
  • 1970-01-01
  • 1970-01-01
  • 2015-04-28
  • 1970-01-01
  • 2017-06-12
  • 2017-03-29
  • 1970-01-01
  • 2013-10-17
相关资源
最近更新 更多