Spam Tests
Create and manage email deliverability tests
Spam Tests
Spam tests are the core feature of InboxIssue. They allow you to test email deliverability across multiple providers.
Test Types
InboxIssue supports several ways to create tests:
| Type | Description | Best For |
|---|---|---|
| Manual | Created from the dashboard | Ad-hoc testing |
| API | Created via REST API | Automated workflows |
| Slack | Created via /inboxissue command | Team collaboration |
Creating a Manual Test
- Navigate to Spam Tests in the dashboard
- Click New Spam Test
- Configure test options:
- Name - Descriptive name for the test
- Provider Types - Consumer, Business, Protected
- Click Create
Test Lifecycle
| Status | Description |
|---|---|
| Created | Test created, awaiting email send |
| Pending | Waiting for first result |
| In Progress | Some results received |
| Complete | All results received |
| Expired | Timeout reached (60 minutes) |
Provider Selection
Consumer Providers
Free email services used by individuals:
- Gmail
- Yahoo Mail
- AOL
- Outlook.com (Hotmail)
- iCloud Mail
Business Providers
Enterprise email services:
- Microsoft 365
- Google Workspace
- Exchange Server
Protected Providers
Mailboxes behind commercial spam filter gateways:
- Mimecast
- Proofpoint
- Barracuda
- Cisco IronPort
Tracking Key
Each test has a unique tracking key that must be included in your email:
Where to Include It
- Subject line: "Newsletter Test - inboxissue-12345..."
- Email body: Visible or hidden text
- X-Header: Custom header (advanced)
Without the tracking key, InboxIssue cannot match the email to your test.
Test Results
Each test result includes:
Delivery Information
- Folder - Inbox, Spam, or Missing
- Delivery Time - How long until received
Authentication
- SPF, DKIM, DMARC status
- Composite authentication (CompAuth)
Spam Scores
- Microsoft SCL/BCL (for Microsoft mailboxes)
- Gmail spam indicators
Headers
- Full email headers for debugging
- Parsed authentication results
Bulk Testing
For testing multiple emails or templates:
- Create separate tests for each variation
- Use the API for automation
- Use metadata to track variations
Test Limits
Test limits depend on your subscription plan:
| Plan | Tests per Month |
|---|---|
| Free | 3 |
| Starter | 100 |
| Pro | 1,000 |
| Enterprise | Unlimited |
See Subscription Plans for details.
Related
- API Reference - Programmatic testing
- Slack Integration - Test from Slack
- Test Examples - Real-world scenarios