私のGmailアドレスにphpでメールを送信しようとするとメールが届きますが、spfに問題があります。これは、受信-SPF言う:ニュートラルgmail Received-SPF:ニュートラル
しかし、ここでSPFレコードだから問題は何http://mxtoolbox.com/SuperTool.aspx?action=spf%3atr1.mybasiccrm.com&run=toolpage
良いと思われる、あなたのすべてに感謝!ここで
は詳細です:tr1
ため
Delivered-To: [email protected]
Received: by 10.200.34.84 with SMTP id p20csp368076qtp;
Thu, 30 Jun 2016 07:02:31 -0700 (PDT)
X-Received: by 10.195.11.163 with SMTP id ej3mr15637555wjd.130.1467295351319;
Thu, 30 Jun 2016 07:02:31 -0700 (PDT)
Return-Path: <[email protected]>
Received: from tr8.mybasiccrm.com ([89.19.23.154])
by mx.google.com with ESMTP id h8si4088654wjq.8.2016.06.30.07.02.30
for <[email protected]>;
Thu, 30 Jun 2016 07:02:30 -0700 (PDT)
Received-SPF: neutral (google.com: 89.19.23.154 is neither permitted nor denied by best guess record for domain of [email protected]) client-ip=89.19.23.154;
Authentication-Results: mx.google.com;
spf=neutral (google.com: 89.19.23.154 is neither permitted nor denied by best guess record for domain of [email protected]) [email protected]
Received: from tr1mybasiccrm by tr8.mybasiccrm.com with local (Exim 4.87)
(envelope-from <[email protected]>)
id 1bIcY0-0005Ml-HU
for [email protected]; Thu, 30 Jun 2016 17:02:28 +0300
To: [email protected]
「ty8」にSPFレコードを追加したように見えますが、 'v = spf1 a〜all'は受信メールサーバーで処理を追加する必要があります。また、あなたのPTRレコードがあなたのホスト名と一致しないと思います。確認するために 'mailtest @ unlocktheinbox.com'に電子メールを送ってください。 – Henry