Report this

What is the reason for this report?

Gmail pass authentication checks - email is blocked

Posted on April 9, 2020

I’m using phpsendmail and when I run tests to gmail, I’m getting the following errors:

This message does not have authentication information or fails to 550-5.7.26 pass authentication checks. To best protect our users from spam, the 550-5.7.26 message has been blocked. Please visit 550-5.7.26  https://support.google.com/mail/answer/81126#authentication for more 550 5.7.26 information.

I’ve already added the TXT record to my domain in DigitalOcean dashboard.

type: TXT hostname: @ value: v=spf1 include:_spf.google.com ~all TTL: 3600

Am I doing something wrong?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

hi @srenert,

You’ll need to configure SPF and DKIM. Both of them serve as authentication so that other servers know your E-mails are legit.

SPF and DKIM are two types of TXT records in DNS that can help prevent email spoofing and ensure legitimate emails are delivered into the recipient’s inbox instead of spam folder. If your domain is abused by email spoofing, then your emails are likely to landed in recipient’s spam folder if they didn’t add you in address book.

SPF (Sender Policy Framework) record specifies which hosts or IP addresses are allowed to send emails on behalf of a domain. You should allow only your own email server or your ISP’s server to send emails for your domain.

DKIM (DomainKeys Identified Mail) uses a private key to add a signature to emails sent from your domain. Receiving SMTP servers verify the signature by using the corresponding public key, which is published in your DNS manager.

You can follow the following articles in order to configure it on your Droplet:

https://www.digitalocean.com/community/questions/configure-dkim-with-ubuntu

Once you have configured this, you can check this website for your E-mail score:

https://www.mail-tester.com/

Regards, KDSys

I did everything, I added SPF and DKIM and still get the same problem.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.