Answer the question
In order to leave comments, you need to log in
How to outwit google or find the optimal solution?
Good afternoon dear ones!
The essence of the problem is this:
Google has blocked letters from the site that are sent using the php-function mail ()
For example, the client places an order > an xlsx file is generated - headers - the body of the letter ... and sent to him.
Letters of the following type:
Delivered-To: [email protected]
Received: by 10.159.37.141 with SMTP id 13csp37884uaf;
Wed, 10 Feb 2016 23:35:23 -0800 (PST)
X-Received: by 10.112.149.202 with SMTP id uc10mr17781953lbb.57.1455176123479;
Wed, 10 Feb 2016 23:35:23 -0800 (PST)
Return-Path: <[email protected]>
Received: from fe122.hc.ru (fe122.hc.ru. [89.111.177.112])
by mx.google.com with ESMTPS id ji10si3617963lbc.33.2016.02.10.23.35.23
for <[email protected]>
(version=TLS1 cipher=AES128-SHA bits=128/128);
Wed, 10 Feb 2016 23:35:23 -0800 (PST)
<!-- ранее sfp - был pass-->
Received-SPF: pass (google.com: best guess record for domain of [email protected] designates 89.111.177.112 as permitted sender) client-ip=89.111.177.112;
Authentication-Results: mx.google.com;
spf=pass (google.com: best guess record for domain of [email protected] designates 89.111.177.112 as permitted sender) [email protected]
Received: from username by xxx.hc.ru with local (Exim 4.80.1 (FreeBSD))
(envelope-from <[email protected]>)
id 1aTlmd-0001RM-0V
for [email protected]; Thu, 11 Feb 2016 07:35:23 +0000
To: [email protected]
Subject: Login credentials for domen.ru Online
X-PHP-Script: url
X-PHP-Originating-Script: url
From: [email protected]
Reply-To: [email protected]
X-Mailer: PHP/5.5.5
Message-Id: <[email protected]>
Sender: User Username <[email protected]>
Answer the question
In order to leave comments, you need to log in
headings
List-Unsubscribe: [email protected]
Precedence: bulk
Hello!
If the number of emails you send is not that high and you don't send spam, you can use the public smtp mail.ru for example. You also need to follow the rules of "legal" mailings in order not to fall under the filters.
If you send a lot of letters, then it may be worth using specialized providers (Unisender, MailChimp). But even this, with a large number of letters without DKIM, will not save you.
In the yard of 2016, now vpn is as shared, and you are still with a hoster that does not support DKIM.
Your envelope-from uses the default address [email protected] No SPF records published for fe122.hc.ru
>host -tTXT fe122.hc.ru
fe122.hc.ru has no TXT record
Previously, Google used the best guess record when checking SPF (in this case, the domain name matches the PTR record, so SPF was considered passed), but now it has abandoned this, because. this behavior is not consistent with SPF standards and violates DMARC policies.
Use your domain address
stackoverflow.com/questions/179014/how-to-change-e...
in the envelope-from
and publish to your SPF domain.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question