Error Guide
"SendGrid emails going to spam" is a deliverability symptom, not an SMTP error: SendGrid accepts and relays your mail (a 250 OK), but the receiving inbox (Gmail, Yahoo, Outlook) routes it to the spam folder based on its own filters. The usual fix is to complete SendGrid domain authentication (DKIM, SPF, DMARC), add a one-click unsubscribe header, keep your spam-complaint rate under 0.3%, and warm a dedicated IP.
"SendGrid emails going to spam" is not an SMTP error code and SendGrid does not have a "send to spam" setting. SendGrid almost always accepts your message (returns a 250 success) and relays it to the recipient's mail server. The decision to file it under Spam/Junk is made afterward, by the receiving provider's filters (Gmail, Yahoo, Microsoft 365/Outlook), based on authentication, sender reputation, recipient engagement, and content. So fixing this means improving the signals those filters score — not changing anything in SMTP.
The receiving inbox distrusts the message. The most common, source-backed reasons:
List-Unsubscribe and List-Unsubscribe-Post headers, or messages are filtered.Work top-down — authentication first, it's the highest-leverage fix:
_dmarc.yourdomain.com, starting at monitoring before tightening:
Confirm reports show SPF/DKIM passing and aligned, then move toward1_dmarc.yourdomain.com TXT "v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.com"
p=quarantine/p=reject.List-Unsubscribe / List-Unsubscribe-Post: List-Unsubscribe=One-Click headers automatically — enable it under Settings → Tracking.Authentication-Results line for spf=pass, dkim=pass, dmarc=pass. Use a tool like mail-tester.com to score content and check the sending IP against Spamhaus.If you route through Courier to SendGrid, the same DNS authentication applies to your sending domain — configure SendGrid domain authentication once, and Courier's SendGrid provider will send authenticated mail.
No. It is a deliverability symptom, not an SMTP reply code. SendGrid typically accepts and relays your message with a 250 success response; the receiving provider (Gmail, Yahoo, Outlook) decides separately to file it in the spam folder based on authentication, reputation, and content. There is no spam-related SMTP status code involved.
Authentication is necessary but not always sufficient. Passing and aligned SPF, DKIM, and DMARC let inbox providers trust the sender, and they are mandatory for bulk senders to Gmail/Yahoo. But placement also depends on spam-complaint rate (keep under 0.3%, ideally below 0.1%), IP reputation/warmup, list hygiene, and content quality.
Since February 2024, Gmail and Yahoo require senders of 5,000+ messages/day to authenticate with SPF, DKIM, and DMARC, offer RFC 8058 one-click unsubscribe, and keep spam complaints below 0.3%. Mail that misses these is filtered or, since Google's late-2025 enforcement, rejected outright.
View all errors
© 2026 Courier. All rights reserved.