Error 5.7.26 is a Gmail rejection that means: this message did not pass authentication. Since Google’s 2024 sender requirements, any email sent in bulk to Gmail must align on SPF and DKIM and have a published DMARC record. Without all three, Gmail returns 5.7.26 and the message never reaches the inbox.

What Gmail says “This message does not have authentication information or fails to pass authentication checks.” The fix is always on the sending domain’s DNS, not on Mailpro.

Checklist to fix 5.7.26

StepWhat to check
SPFA TXT record covering Mailpro’s sending IPs — see configure SPF.
DKIMA CNAME (or TXT) record signing your domain — see configure DKIM.
DMARCAt minimum a p=none record — see configure DMARC.
From domainSend from your own domain, not a free Gmail/Yahoo address.

How alignment works

SPF and DKIM must each pass and the domain they validate must match the visible From address. That match is called alignment. Read the basics on SPF, DKIM and DMARC.

Common cause You added Mailpro’s SPF include but kept sending from a generic Gmail address. SPF can’t align on a domain you don’t own.

Authenticate your sending domain

Open the email authentication hub and walk through DNS and SPF configuration — once SPF, DKIM and DMARC are green, the 5.7.26 bounce stops.

Previous question

   

Next question

You might also be interested in:

How to Fix Error 5.7.1 (Relay Access Denied)

Code 5.7.1 « Relay access denied » means the SMTP server you connected to refuses to forward your message to...

Read more

How to Fix Error 552 (Storage Limit Exceeded)

SMTP error 552 means the destination has refused the message because it exceeded a storage or size limit. Two distinct...

Read more

How to Fix Error 451 (Local Policy Violation or Greylisting)

SMTP error 451 is a soft bounce: the receiving server is asking to try again later. The two most common...

Read more

How to Fix Error 530 (Authentication Required)

SMTP error 530 means: I won’t accept your message until you log in. The server is asking for authentication and...

Read more

How to Solve Error 550 (Requested Action Not Taken – Mailbox Unavailable)?

SMTP code 550 is a hard bounce: the receiving server has refused the message. The text right after the code...

Read more