我现在正在开发一个项目,发送电子邮件作为购买确认。 有些电子邮件仍然被收到作为垃圾邮件。 我已经签署了业务的谷歌应用程序的域名,并使用PHPMailer代码库(用于sugarCRM,Drupal等..)通过使用smtps的Google服务器发送电子邮件。 我意识到,消息本身的内容可能是负责任的。
然而,我很难理解的是标题。 我们的域名ourgreatmovie.com出现在标题的许多部分。 这是我们最初使用的域名,直到我们改为turnofthiscentury.com 。 我以为这可能是由于我已经为旧域设置的反向DNS指针 – 但是我已经有我的托pipe服务提供商更改为新的域,并validation了这一变化。
此外,我检查了/etc/hosts file ; 什么都没有 – 相同的/etc/sysconfig/network (CentOS 6); 不知道这个域是从哪里来的; 在目的地收到的标题样本副本如下:预先感谢!
Received: by 10.205.75.199 with SMTP id zb7csp33558bkb; Thu, 29 Aug 2013 10:03:53 -0700 (PDT) Received: from ourgreatmovie.com (turnofthiscentury.com. [199.103.57.26]) by mx.google.com with ESMTPS id mc6si19213371icc.79.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 29 Aug 2013 10:03:52 -0700 (PDT) Received: from ourgreatmovie.com (localhost.localdomain [127.0.0.1]) by ourgreatmovie.com (8.13.8/8.13.8) with ESMTP id r7TCAYLw020926 for <[email protected]>; Thu, 29 Aug 2013 08:10:34 -0400 Received: (from apache@localhost) by ourgreatmovie.com (8.13.8/8.13.8/Submit) id r7TCAYgg020925; Thu, 29 Aug 2013 08:10:34 -0400 X-Received: by 10.43.53.144 with SMTP id vq16mr1714222icb.41.1377795832986; Thu, 29 Aug 2013 10:03:52 -0700 (PDT) Return-Path: <[email protected]> Received-Spf: neutral (google.com: 199.103.57.26 is neither permitted nor denied by best guess record for domain of [email protected]) client-ip=199.103.57.26; Authentication-Results: mx.google.com; spf=neutral (google.com: 199.103.57.26 is neither permitted nor denied by best guess record for domain of [email protected]) [email protected] X-Php-Originating-Script: 0:class.phpmailer.php Message-Id: <[email protected]> X-Priority: 3 X-Mailer: PHPMailer 5.2.6 (https://github.com/PHPMailer/PHPMailer/) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit
看起来像邮件服务器程序发送的是HELO / EHLO。
请检查邮件系统中的此设置: [email protected]以及SMTP设置/通信期间服务器如何识别自身的任何设置。
查看这2个链接以供参考:
如何使用sendmail指定传出的HELO?
https://stackoverflow.com/questions/5672651/change-helo-host-name-when-sending-email