MailOdds

Deliverability

Email Spam Checker

Test your emails for spam triggers before they reach a single inbox. Spam scores, header analysis, LLM content classification, link reputation, and authentication verification in one API call.

Capabilities

Five Checks. One Endpoint.

Every factor that affects inbox placement, analyzed before you hit send.

Spam Score Analysis

Get a comprehensive spam score with detailed breakdown of factors affecting deliverability. Scores from 0 (clean) to 10 (certain spam) with per-factor sub-scores and specific remediation steps.

Header Analysis

Inspect email headers for common issues: missing Message-ID, malformed dates, suspicious routing paths, and encoding problems that trigger spam filters at major ISPs.

LLM Content Classification

AI-powered analysis categorizes your email content by intent and flags potential spam triggers. Detects promotional, transactional, notification, and newsletter patterns.

Link Reputation

Scan every URL in your email against known malicious and phishing databases. Evaluates redirect chains, URL shorteners, and domain age to catch blacklisted links before sending.

Authentication Verification

Check SPF, DKIM, and DMARC configuration for common misconfigurations that trigger spam filters. Returns pass/fail status with specific remediation guidance for each protocol.

API Reference

One Request. Full Analysis.

Submit email content via POST /v1/spam-checks and get a complete spam analysis in seconds.

Request POST
curl -X POST https://api.mailodds.com/v1/spam-checks \
  -H "X-Api-Key: mo_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "html": "<h1>Big Sale!</h1><p>50% off...</p>",
    "subject": "Limited Time Offer",
    "from_name": "Store",
    "from_email": "promo@yourdomain.com"
  }'
Response 200 OK
{
  "spam_score": 4.2,
  "verdict": "warning",
  "checks": {
    "authentication": {
      "spf": "pass",
      "dkim": "pass",
      "dmarc": "warn"
    },
    "content": {
      "score": 3.1,
      "triggers": ["urgency_language"]
    },
    "links": {
      "total": 3,
      "flagged": 0
    },
    "headers": {
      "issues": []
    }
  },
  "classification": "promotional"
}

Frequently Asked Questions

Stop losing revenue to typos, bots, and blind spots.

From typo correction to storefront attribution. One platform, one API, nothing stitched together.

No credit card required Setup in 2 minutes