Enhanced Status Code 5.7.26: DMARC Authentication Failed
Enhanced Status Code 5.7.26 means “DMARC Authentication Failed.” Your email failed DMARC authentication and the domain owner's DMARC policy specifies rejection. Both SPF and DKIM either failed or were not aligned with the From domain. This is one of the most important errors to fix immediately.
550 5.7.26 Unauthenticated email is not accepted due to the sending domain's DMARC policy. Please contact the administrator of example.com domain.
What does 5.7.26 mean?
Enhanced status code 5.7.26 indicates your email failed DMARC (Domain-based Message Authentication, Reporting, and Conformance) validation and the domain's DMARC policy is set to reject (p=reject) or quarantine (p=quarantine) unauthenticated messages. DMARC requires either SPF or DKIM to pass AND be aligned with the From domain.
Gmail commonly returns "550-5.7.26 This message does not have authentication information or fails to pass authentication checks. To best protect our users from spam, the message has been blocked." This means your DMARC, SPF, and DKIM configuration needs immediate attention.
To pass DMARC, at least one of these must be true: 1) SPF passes AND the MAIL FROM domain aligns with the From header domain, OR 2) DKIM passes AND the DKIM signing domain (d=) aligns with the From header domain. If neither condition is met, DMARC fails. Check all three records - SPF, DKIM, and DMARC - using our checker tools.
How 5.7.26 plays out
5.7.26 rejectionWhere 5.7.26 sits: soft vs hard bounce
| Soft bounce (4xx) | Hard bounce (5xx) | |
|---|---|---|
| Nature | Temporary | Permanent |
| SMTP class | 4xx | 5xx |
| What to do | Let it retry | Suppress the address |
| Recoverable? | Often | No |
| 5.7.26 is | ✓ this code |
Common causes of 5.7.26
- Both SPF and DKIM authentication failed for the message
- SPF passes but the MAIL FROM domain does not align with the From header domain
- DKIM passes but the signing domain does not align with the From header domain
- DMARC policy is set to p=reject, causing messages to be bounced on failure
- Email forwarding broke both SPF and DKIM alignment
- Sending from a third-party service not properly configured for your domain
How to fix 5.7.26
- Check your DMARC record using our DMARC Checker tool
- Verify SPF is configured and includes all your sending services
- Verify DKIM is properly configured and the signing domain aligns with your From domain
- Ensure SPF alignment: MAIL FROM domain must match From header domain
- Ensure DKIM alignment: DKIM d= domain must match From header domain
- If using third-party senders, configure them to send with proper SPF/DKIM alignment