If Gmail is blocking your emails with the dreaded “550-5.7.26 Your email has been blocked because the sender is unauthenticated” error, don’t panic. This guide will walk you through exactly what’s going wrong — and how to fix it fast.
To fix Gmail’s 550-5.7.26 SPF/DKIM error in cPanel, you need to update your domain’s DNS records and enable email authentication tools. This includes setting up SPF, DKIM, and optionally DMARC — all of which can be done directly from your cPanel dashboard.
🛠️ How to Fix Gmail SPF/DKIM Errors in cPanel
Here’s a step-by-step guide to correcting the issue using cPanel:
1. Log into cPanel
- Go to
yourdomain.com/cpanelor access it via your hosting provider. - Use your credentials to log in.
2. Enable SPF and DKIM
- In the Email section, click Email Deliverability or Authentication (depending on your cPanel version).
- Find your domain in the list and click Manage.
- If SPF and DKIM are not enabled, click Enable for each.
This automatically adds the necessary DNS TXT records for SPF and DKIM to your domain.
3. Verify SPF Record
- Still in the Email Deliverability section, check the SPF record.
- It should include the IP address of your mail server and any third-party services you use.
- Example SPF record:
Code
v=spf1 ip4:123.813.209.217 include:yourhost.com ~all - If you use services like Google Workspace, SendGrid, or Mailchimp, add their
include:entries.
4. Check DKIM Record
- DKIM is usually auto-generated by cPanel.
- Make sure the DKIM TXT record is published in your DNS zone.
- It will look something like:
Code
default._domainkey.yoursite.com
5. Add a DMARC Record (Optional but Recommended)
- Go to Zone Editor in cPanel.
- Click Manage next to your domain.
- Add a new TXT record:
Code
Name: _dmarc.yoursite.com Type: TXT Record: v=DMARC1; p=none; rua=mailto:[email protected]
6. Wait for DNS Propagation
- Changes can take up to 24 hours to propagate.
- Use tools like to verify your SPF, DKIM, and DMARC records.
✅ Final Checks
- Send a test email to Gmail and check headers using “Show Original” to confirm SPF and DKIM pass.
- Use for ongoing monitoring.
📌 Why This Matters
Gmail’s updated sender policies now require SPF or DKIM authentication for all senders — especially bulk senders. Without it, your emails will be blocked or land in spam.
If you’re still seeing errors after setup, double-check that:
- Your domain’s DNS records are correct.
- Your mail server IP is listed in the SPF record.
- DKIM keys are properly published.
