When I try to send an email with php to my gmail address, I receive the email but there is a problem with spf. It says Received-SPF: neutral
But here the spf record seems good http://mxtoolbox.com/SuperTool.aspx?action=spf%3atr1.mybasiccrm.com&run=toolpage
So what's the problem, thank you all!
Here is the details:
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]
Your SPF record for tr1
is correct, but you sent from tr8
, which doesn't have an SPF record and thus gets a neutral result.