Marketing emails not sending due to unexpected SMTP configuration errors

We’ve been struggling with email delivery failures for the past 48 hours. After updating our DKIM records for domain authentication on our primary sending domain, our marketing campaigns have completely stopped sending. The HubSpot email health dashboard shows “SMTP configuration error” but doesn’t provide specific details.

When I check the email domain settings, the DKIM status shows as “pending verification” even though our DNS team confirmed the TXT records were added correctly over 24 hours ago. We’ve tried re-verifying multiple times with no success.

Error from the sending logs:


SMTP Error: 550 5.7.1 Authentication failed
DKIM signature validation: FAILED
Domain: marketing.ourcompany.com

Our sales team is blocked from sending sequences and we have three major campaigns scheduled for tomorrow. Has anyone dealt with DKIM propagation issues in HubSpot? We’re on HS-2021 and this worked fine before the DNS update.

The 550 5.7.1 error specifically indicates authentication failure at the SMTP level, not just DKIM. This suggests your sending infrastructure might be rejecting emails because the DKIM signature doesn’t match what the receiving server expects. Are you using a custom sending domain or HubSpot’s default? If custom, double-check that your SPF record includes HubSpot’s sending servers (include:_spf.hubspot.com). Without proper SPF alignment, even valid DKIM won’t help with authentication.

Had this exact issue last month. The problem might not be DKIM at all - check your SMTP credentials in the connected email settings. When you update domain authentication, sometimes the underlying SMTP connection gets reset or credentials expire. Navigate to Settings > Email > Connected emails and verify each sending address still shows “Connected” status. If any show disconnected, you’ll need to re-authenticate those accounts even if DKIM eventually validates.

Check your domain’s DMARC policy as well. If you recently updated DKIM and have a strict DMARC policy (p=reject or p=quarantine), failed DKIM validation will cause immediate delivery failures. You can temporarily set DMARC to p=none while troubleshooting. Also, verify you’re not hitting any sending limits - HubSpot has daily send limits per domain that might be triggered if you had retry attempts piling up during the DNS transition period.

I’m seeing a pattern here that suggests multiple authentication layers need attention. Let me share what worked when we had this exact scenario during our domain migration.

Quick diagnostic - go to your Email Settings > Domains and click “Test DNS” button. This will show you exactly what HubSpot sees when querying your DNS records. In my experience, about 40% of DKIM issues are actually propagation delays, but the other 60% are configuration mismatches between what HubSpot expects and what’s actually in DNS. Check if you have multiple DKIM selectors configured - sometimes old records conflict with new ones.

I’ve seen this before - DKIM propagation can take longer than expected, especially if you have multiple DNS servers. First thing to check: are you using the exact CNAME records HubSpot provided? Sometimes copy-paste errors add extra spaces or characters that break validation. Also verify your TTL settings aren’t set too high (should be 3600 or less for faster propagation).