电子邮件未在Gmail中收到

时间:2016-06-16 15:31:33

标签: email gmail smarty blacklist

有一个域名地址,我们会通过此域名向用户发送电子邮件。问题是,Gmail用户不会收到任何电子邮件,甚至不会收到垃圾邮件(例如,当电子邮件收到垃圾邮件时)。拥有Yahoo电子邮件地址的用户会收到收件箱中的电子邮件。 所以我认为Gmail出于某种原因将域名置于黑名单中。

我试图找出问题的原因。所以我尝试了MXtoolbox。这是一个截图: mxtoolbox screenshot

所以我看到该域名在2个黑名单上,并且dmarc缺失或无效记录。

错误:

  

AES128-SHA:128 CV =是DN =“/ C = US / ST =加州/ L =山景/ O =谷歌   Inc / CN = mx.google.com“:结束后来自远程邮件服务器的SMTP错误   data:550-5.7.1 [服务器IP地址]发送此IP地址   消息没有\ n550-5.7.1 P ...

这是用于任何电子邮件的通用模板:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
    <head>
        <title><!--{$domain_name}--></title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    </head>
    <body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0" bgcolor="#ffffff" style="background-color: #FFFFFF; text-align: center;">
        <div style="width: 701px;margin-left: auto;margin-right: auto;text-align:left;">
            <img style="margin:0;" src="<!--{$main_site_address}-->/images/email/<!--{$domain_name}-->.png" alt=""><div style="border-left: 2px solid #8fd5fe;border-right: 2px solid #8fd5fe;color:#044269;font:15px 'Times New Roman', Times, serif;">
                <div style="padding: 6px;">
                    <!--{$messageBody}-->
                </div>
            </div>
            <img src="<!--{$main_site_address}-->/images/email/bottom-img.gif" alt="" width="701" height="23">
        </div>
    </body>
</html>

$ messageBody充满了一些自定义模板。这些是:

寄存器:

 Thank you for registering at <a href="#" style="color:#119fd7"><!--{$domain_name}-->,</a>
 <br/>
 <br/>
 In order to finish the registration process, please click on the following link
 <br/>
 <a href="http://<!--{$domain_name}-->/register.php?a=activate&code=<!--{$code}-->"><!--{$domain_name}-->/activate.php</a> to validate your email.
 <br/>
 <br/>
 If you have questions please do not reply to this email, please send your questions to <!--{$help_email}-->

忘记密码:

Hello, <!--{$firstName}--> <!--{$lastName}-->. <br/>
<br/>
A new password request has been made for your account, if this is your request, use the following link to get a new password:
<br>
 <a href="<!--{$site_address}-->register.php?a=reset_password&code=<!--{$code}-->"><!--{$site_address}-->register.php?a=reset_password&code=<!--{$code}--></a><br/><br/>

 Thank you for using <a href="#" style="color:#119fd7;"><!--{$domain_name}--></a>, <br/><br/>
 If you ever need support or have comments for us contact our Customer Service Team <a href="#" style="color:#119fd7;"><!--{$domain_name}--></a>

新密码:

Hello <!--{$firstName}--> <!--{$lastName}-->, <br/>
<br/>
here is your new password: <!--{$password}-->
<br>

 Thank you for using <a href="#" style="color:#119fd7;"><!--{$domain_name}--></a>, <br/><br/>
 If you ever need support or have comments for us contact our Customer Service Team <a href="#" style="color:#119fd7;"><!--{$domain_name}--></a

广告:

<!--{$label.ad_posted_email_text_part1}--> '<!--{$ad_title}-->' <!--{$label.ad_posted_email_text_part2}-->  <a href="<!--{$address}-->ad_view.php?id=<!--{$ad_id}-->"><!--{$address}-->ad_view.php?id=<!--{$ad_id}--></a>

导致解决方案的常用方法是什么?

1 个答案:

答案 0 :(得分:0)

古鲁克,

你必须发现你被列入黑名单的原因,谷歌使用它自己的私人黑名单。即使您在屏幕截图中删除了公开的内容。它很可能无法解决您的gmail问题,这可能完全不相关。您还希望使用更完整的:Blacklist checker

我认为它比你使用的那个检查了100多个。接下来,您需要测试一下所有内容的电子邮件,尝试使用此Mail Tester这是最好的一个。

你必须剥离不同的层,然后开始逐一统治。我发现你发送的内容没有任何问题。

相关问题