InboxIssue

Email Providers

Manage test email accounts for deliverability testing

Email Providers

Email providers are the test mailboxes InboxIssue uses to receive and analyze your emails.

How It Works

  1. InboxIssue maintains test accounts at major email providers
  2. You send emails to these test addresses
  3. InboxIssue monitors the mailboxes for incoming messages
  4. Results are analyzed and reported

Provider Categories

InboxIssue organizes email providers into three categories. When using the API, use the provider_types parameter with these values:

CategoryAPI ValueDescription
ConsumerconsumerPopular free email services
BusinessbusinessEnterprise email services
ProtectedprotectedMailboxes behind commercial spam filters

Consumer Providers (consumer)

Popular free email services used by most recipients:

ProviderDomainFeatures
Gmailgmail.comFull header analysis, spam indicators
Yahooyahoo.comHeader analysis
AOLaol.comHeader analysis
Outlook.comoutlook.com, hotmail.comSCL/BCL scores, CompAuth
iCloudicloud.comHeader analysis

Business Providers (business)

Enterprise email services with corporate filtering policies:

ProviderDomainFeatures
Microsoft 365*.onmicrosoft.comFull Microsoft spam analysis
Google WorkspaceCustom domainsBusiness-specific filtering

Protected Providers (protected)

Mailboxes protected by commercial spam filtering gateways:

ProviderTypeFeatures
MimecastEmail Security GatewayAdvanced threat protection, URL rewriting
ProofpointEmail Security GatewayAttachment sandboxing, spam scoring
BarracudaEmail Security GatewayReal-time threat intelligence
Cisco IronPortEmail Security ApplianceReputation-based filtering

Protected mailboxes test how your emails perform against enterprise-grade spam filters that many businesses deploy in front of their email servers.

Provider Health

InboxIssue monitors provider health continuously:

StatusMeaning
HealthyProvider responding normally
DegradedExperiencing delays
UnhealthyTemporarily unavailable

Unhealthy providers are automatically excluded from new tests until recovered.

Custom Email Providers

Enterprise plans can add custom email providers for testing:

Workspace Email Providers

For Google Workspace or Microsoft 365 domains:

  1. Go to Settings > Email Providers
  2. Click Add Provider
  3. Authenticate via OAuth
  4. Configure monitoring settings

Requirements

  • OAuth authentication (Google or Microsoft)
  • Read access to the mailbox
  • Dedicated test mailbox recommended

Provider Selection

When creating tests via the API, use the provider_types parameter:

Select All Providers

Omit provider_types or include all three values:

{
  "spam_test": {
    "provider_types": ["consumer", "business", "protected"]
  }
}

Select by Type

Choose specific categories:

{
  "spam_test": {
    "provider_types": ["consumer"]
  }
}
TypeUse Case
consumerTesting for B2C emails, newsletters
businessTesting for B2B emails, sales outreach
protectedTesting against commercial spam filters

Best Practices

1. Test All Categories

Different provider types have different filtering:

  • consumer: Aggressive spam filtering based on engagement and reputation
  • business: Policy-based filtering with stricter authentication requirements
  • protected: Commercial spam filter gateways with strict security policies

2. Monitor Provider Health

Check the dashboard for provider status before running important tests.

3. Use Consistent Providers

For trend analysis, test the same providers over time.

Provider Limits

PlanProviders per Test
FreeUp to 5
StarterUp to 15
ProAll available
EnterpriseAll + custom