B
B
black hawk2016-07-01 10:03:21
PHP
black hawk, 2016-07-01 10:03:21

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]>

Google support is "abandoned city". The forums on it, since 2013, have been filled with anger and pleas to unblock ip
Google's recommendations for mailing lists - I tried to do everything according to them, but the hoster does not support DKIM.
SPF - with the indication of ip ranges did not help. (maybe useless, since my knowledge is far from perfect and I did not fully understand)
I also wrote redirect - hc.ru and the entire ip range and exactly the ip through which it sends letters.
Server support, only reply "does not support", "impossible", use smpt send.
Now the actual question:
1. If you use not the php-function mail (), but SMTP, for example, with a connection to the mailbox [email protected], will this guarantee that Google will not ban again (because
2. Is it possible to do without editing the code and cure it with the correct spf entry and Dmark
Maybe someone has already come across ...

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey Savostin, 2016-07-01
@savostin

headings

List-Unsubscribe: [email protected]
Precedence: bulk

+ SMTP was always enough. Only with Yahoo sometimes problems.

S
seriogja, 2016-07-01
@seriogja

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.

V
Vladimir Dubrovin, 2016-07-01
@z3apa3a

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 question

Ask a Question

731 491 924 answers to any question