Gmail只发送欢迎邮件

Gmail只发送欢迎邮件,gmail,spam,html-email,email-spam,spam-prevention,Gmail,Spam,Html Email,Email Spam,Spam Prevention,当有人注册时,我们的web应用程序会发送一封确认电子邮件。此邮件仅在gmail的垃圾邮件文件夹中收到。我们发送的所有其他电子邮件均由最终用户在其收件箱中正确接收。我花了好几个小时来研究这个问题,似乎都不知道它到底是电子邮件的HTML代码还是其他问题。你能帮忙吗 这是我们的HTML电子邮件: <html> <div style="width: 600px; background: #f2f2f2; padding-bottom: 25px; padding-to

当有人注册时,我们的web应用程序会发送一封确认电子邮件。此邮件仅在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> 

您好

您的帐户已经创建-现在比以往任何时候都更容易与那些分享您激情的人分享

以下是三种入门方法:

-安装。它让你只需点击一下就可以从任何网站添加一个项目

-由其他成员提供

尽情享受吧
-Liv团队

这是我们的文本电子邮件:

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
你好,
你的帐户已经创建-现在比以往任何时候都更容易与那些分享你激情的人分享。
以下是三种开始的方法:
-完成你的个人资料
-安装bookmarklet。它让你只需点击一下就可以从任何网站添加一个项目。
-发现其他成员的优秀项目
享受吧Liv团队

有人能帮忙吗?

根据此标准检查您的邮件。这似乎是一个很好的来源:


看起来您的HTML电子邮件中缺少了一个
标记。尝试通过HTML验证程序运行它,例如。

进入Gmail中标记为垃圾邮件的邮件之一。单击向下箭头(通过回复)并显示原件。你看到里面有什么问题吗?我查过了,确实有些不同。我的返回路径不同。我收到的是不同的。一封邮件有www.theliv.com,另一封邮件有theliv.com。这会导致问题吗?这是一篇很棒的文章。谢谢你链接到我这里。我检查了一下,幸运的是我没有犯任何错误。我会查更多的东西。谢谢我的HTML不是完美的,但我所有的电子邮件都出现了这个错误,并没有让我进入垃圾邮件文件夹。然而,我确实返回并清理了HTML。谢谢