We've analyzed and compared the top 3 API providers supporting Mailbox Existence Check for Nigerian developers and businesses. Find the right infrastructure fit for your startup below.
Written by Editorial Staffs as at 19th June, 2026
| Feature | |||
|---|---|---|---|
| Pricing | Free public API. No cost per validation. No charge for validating the same email twice within a 2-day window. | Free tier available. Pro: $1.38 per 1,000 validations. Enterprise: custom pricing with priority processing. Launched March 2025. | Optimize plan: $49/month (2,500 validations + 25 inbox tests + 500 email previews). Foundation+: $1.20 per 100 validations overage. Free: 100 emails/day (send only, not validation). |
| Email Syntax Validation | Yes | Yes | No |
| Domain & MX Record Check | Yes | Yes | Yes |
| Mailbox Existence Check | Yes | Yes | Yes |
| Bulk CSV/TXT Validation | Yes | No | No |
| Multiple API Key Management | Yes | No | No |
| Real-Time Single Validation | Yes | No | No |
| Disposable Email Detection | No | Yes | Yes |
| Spam Trap Detection | No | No | No |
| AI Deliverability Scoring | No | No | No |
| Inbox Testing | No | No | No |
| Role-Based Email Detection | No | Yes | No |
| WordPress Integration | No | Yes | No |
| Mailchimp Integration | No | Yes | No |
| Bulk File Upload | No | No | No |
| Email Finder | No | No | No |
| Real-Time Email Validation API | No | No | Yes |
| Bulk List Validation | No | No | Yes |
| Inbox Placement Testing | No | No | Yes |
| Email Preview Rendering | No | No | Yes |
| Integration with Mailgun Send | No | No | Yes |
| View Details | View Details | View Details |
EVA (Email Verification API) is a free public email validation service accessible at eva.pingutil.com, designed for developers who need reliable real-time email verification without any per-validation cost or subscription. Unlike most email validation services that charge per check or require a paid plan for production use, EVA is entirely free — with no credit limits, no billing, and no credit card required. The platform handles both single real-time email validation via API and bulk validation through CSV and TXT file uploads, making it suitable for form-level validation at signup and for cleaning larger existing email lists. EVA also implements a smart deduplication policy: if the same email address is validated twice within a 2-day window, no additional credit or charge is incurred (though on this free platform, this primarily means the server skips redundant network lookups for efficiency). ## What the API Does EVA performs standard multi-step email validation: - **Syntax check**: Validates the email address format (characters, @ symbol, domain structure). - **Domain check**: Confirms the email domain exists with valid DNS records. - **MX record check**: Verifies the domain has mail exchange records configured to accept email. - **Mailbox check**: Probes the mail server to confirm the specific mailbox exists without sending an actual email. Results are returned as a JSON object with the validation status and available metadata. The API does not offer spam trap detection or AI-based deliverability scoring — it focuses on the core validity checks. ## Privacy-First Design EVA's standout characteristic is its data minimization policy: the service stores only the minimum necessary information for the shortest possible processing time. Email addresses are not retained in any database after validation completes. This approach is beneficial for developers building applications in compliance with data minimization principles under GDPR and Nigeria's NDPR, where storing validated email records could create unnecessary data liability. ## Bulk Validation Beyond the real-time API, EVA supports bulk validation via file upload — developers and marketers can submit CSV or TXT files containing email lists and receive validated results when processing completes, without needing to write API integration code for batch workflows. ## How Developers Use It 1. Register at eva.pingutil.com and generate an API key. 2. Make a GET request to the validation endpoint with the email address and API key. 3. Parse the JSON response for the validation status. 4. Use the result to accept or reject the email address in your application. Multiple API keys can be generated per account, allowing developers to manage separate keys per application or domain within one EVA account. ## Pricing & Fees EVA is completely free. There are no per-validation costs, no monthly subscription, no credit purchases, and no usage limits published. The service appears to operate as a public utility tool. No credit card is required at any point. ## Authentication API key authentication. Keys are generated in the EVA dashboard after email registration at eva.pingutil.com and passed with each API request. ## Rate Limits Specific rate limits are not publicly documented. As a free public service, extremely high-volume use cases may encounter undocumented limits. For enterprise-scale validation needs, consider a commercial provider (ZeroBounce, Mailgun Validate) alongside EVA for fallback. ## Challenges & Gotchas for Nigerian Developers 1. **No spam trap detection**: EVA does not identify spam trap email addresses — a critical feature for email marketers who need to protect sender reputation. Use ZeroBounce for comprehensive spam trap detection. 2. **No disposable email detection**: EVA does not flag disposable or temporary email addresses (10minutemail, Guerrilla Mail, etc.) — supplement with a disposable domain blocklist if this is a concern. 3. **Free tier risk for production**: Being a free public service without an SLA, EVA's uptime and response times are not guaranteed. For mission-critical production validation (fintech onboarding, KYC flows), use a paid provider with an SLA. 4. **No AI scoring**: EVA provides binary validity results without deliverability risk scores or confidence percentages. 5. **Limited advanced features**: No inbox testing, no email preview rendering, no email finder — EVA is purely a validation tool. ## Company Background EVA is a free public email validation tool built by PingUtil (pingutil.com), a developer tools provider. The service is positioned as an accessible, cost-free option for individual developers, startups, and side projects that need basic email validation without incurring costs. ## Frequently Asked Questions **Q: Is EVA really completely free?** A: Yes. EVA charges nothing for email validation. There are no hidden per-check fees or subscription requirements. **Q: Can EVA handle bulk email validation?** A: Yes. EVA supports bulk validation via CSV and TXT file upload from the dashboard. **Q: Does EVA store the emails I validate?** A: No. EVA stores only the minimum necessary data for the shortest possible time. Email addresses are not retained after validation. **Q: Is EVA reliable enough for production use?** A: EVA is suitable for low-to-medium volume use cases and projects where some validation failures are acceptable. For high-stakes production flows (fintech KYC, regulated onboarding), consider a paid provider with a documented SLA.
NoParam is a real-time email validation API launched in March 2025, designed for developers who need fast, accurate, and privacy-compliant email verification without the complexity of older enterprise platforms. With a Pro pricing tier of $1.38 per 1,000 validations and a zero-retention data policy, NoParam positions itself as both affordable and compliant by default — making it suitable for Nigerian developers building under NDPR data minimization requirements. The API validates emails in under 300 milliseconds and goes beyond basic format checking to detect disposable email services and role-based addresses — two common vectors for fake signups in Nigerian consumer apps. ## What the API Does NoParam performs the following validation steps on each submitted email address: 1. **Syntax check**: Validates that the email address follows correct formatting rules (valid characters, @ symbol, valid domain structure). 2. **Domain existence check**: Confirms the email domain is registered and has valid DNS records. 3. **MX record check**: Verifies the domain has mail exchange records configured to receive email — confirming the domain is set up for email delivery. 4. **Mailbox existence check**: Probes the mail server to confirm the specific mailbox exists, without sending an actual test email. 5. **Disposable email detection**: Identifies addresses from temporary email services (10minutemail, Guerrilla Mail, Mailinator, etc.) commonly used to bypass registration requirements. 6. **Role-based email detection**: Flags addresses like info@, admin@, support@, sales@ which are typically shared team inboxes rather than individual user addresses — poor targets for personalized marketing or one-to-one communications. Results are returned in under 300ms as a JSON object with the validation status and individual check outcomes. ## How Developers Use It Integration is a simple REST API call with your API key for authentication. The endpoint accepts an email address and returns a JSON validation result. No SDK is required, though client examples are available in the NoParam documentation at docs.noparam.com. Beyond direct API integration, NoParam provides: - **WordPress plugin**: Validates emails directly in WordPress forms, WooCommerce checkouts, and registration pages without writing API code. - **Mailchimp integration**: Connect NoParam to your Mailchimp account to validate emails as they are added to your marketing lists. - **HubSpot and Brevo integrations**: Announced as coming soon. ## Pricing & Fees - **Free tier**: Available for initial testing and low-volume use. No credit card required. - **Pro plan**: $1.38 per 1,000 email validations — one of the most competitive per-validation rates among active email validation APIs. - **Enterprise**: Custom pricing with priority processing and dedicated support for high-volume users. ## Authentication API key authentication. Keys are obtained from the NoParam dashboard after registration at noparam.com. ## Rate Limits NoParam returns results in under 300ms. Specific per-second rate limits are not publicly documented and vary by plan. Contact NoParam for high-throughput production requirements. ## Privacy & Compliance NoParam is designed with privacy as a core principle: **the service never stores submitted email addresses**. Data is processed for validation and discarded — not retained in any database for secondary use, marketing, or resale. This zero-retention policy makes NoParam compliant with GDPR (EU), CCPA (California), and PIPEDA (Canada) by design. For Nigerian deployments under NDPR (Nigeria Data Protection Regulation), which requires data minimization and appropriate safeguards for personal data, NoParam's zero-retention architecture reduces data liability risk compared to providers that retain validated email records. ## Challenges & Gotchas for Nigerian Developers 1. **New platform (March 2025)**: NoParam is a relatively young service. While the core product works, ecosystem maturity (support depth, documentation breadth, edge case coverage) is still developing. 2. **No spam trap detection**: NoParam does not identify spam trap addresses — a gap that matters for email marketers protecting sender reputation. Pair with ZeroBounce if spam trap detection is required. 3. **No bulk file upload**: NoParam processes emails individually via API — no drag-and-drop CSV bulk upload tool as offered by ZeroBounce or Mailgun Validate. 4. **USD billing**: NoParam charges in USD. Nigerian developers need a USD-capable payment method. 5. **Free tier limits**: Free tier volume limits are not explicitly published — test your usage patterns before committing to the Pro plan. ## Company Background NoParam is a newer entrant in the email validation market, launched in March 2025. The product emphasizes simplicity, speed, privacy compliance, and competitive pricing as its differentiators. The WordPress plugin and no-code integrations (Mailchimp, and upcoming HubSpot and Brevo) suggest the team is targeting both developers and non-technical business users. ## Frequently Asked Questions **Q: Does NoParam store the emails I validate?** A: No. NoParam explicitly states it never stores submitted email data. Processing happens in memory and data is discarded after validation. **Q: Is the Pro tier really $1.38 per 1,000 validations?** A: Yes. At $0.00138 per email, the Pro tier is among the most competitively priced email validation options available. **Q: Does NoParam have a WordPress plugin?** A: Yes. A NoParam WordPress plugin is available to validate emails directly in WordPress forms without API coding. **Q: Can NoParam detect disposable email addresses?** A: Yes. Disposable email detection is included in all plans. Role-based email detection is also included.
Mailgun Email Validation is an email verification service built into the Mailgun email platform, powered by real-world delivery data from billions of emails sent through Mailgun's infrastructure. Because Mailgun operates one of the largest email sending platforms globally, its validation engine uses actual send history and recipient engagement data — not just DNS checks — to make more accurate predictions about whether a given email address is deliverable. Available as a standalone validation API or as part of the Mailgun Optimize suite, the service enables Nigerian developers and businesses to validate email addresses in real time at point of entry, or clean existing lists in bulk before campaigns, reducing bounce rates that damage domain sender reputation. ## What the API Does Mailgun email validation performs multi-layer verification: - **Syntax check**: Validates email address format. - **Domain validation**: Verifies that the domain exists and has valid DNS records. - **MX record check**: Confirms the domain has mail exchange records configured to receive email. - **Mailbox existence**: Verifies the specific mailbox exists on the mail server via SMTP probing. - **Disposable email detection**: Flags addresses from temporary email services. - **Risk assessment**: Leverages Mailgun's historical send data to assign deliverability risk scores based on whether similar addresses have historically been undeliverable, bounced, or marked as spam. The Mailgun Optimize plan adds inbox placement testing (verifying your emails actually reach inboxes, not spam folders) and email preview rendering (testing how your email looks across email clients) alongside validation. ## How Developers Use It Real-time validation via REST API: `GET https://api.mailgun.net/v4/address/validate?address=user@example.com` authenticated with HTTP Basic Auth (username: `api`, password: `YOUR_API_KEY`). Bulk validation: Upload a CSV file through the Mailgun dashboard or API and retrieve validated results by file ID. ## Pricing & Fees - **Optimize Plan**: $49/month — includes 2,500 email validations, 25 inbox placement tests, and 500 email preview renders per month. - **Add-on validation on Foundation+**: $1.20 per 100 validations as overage. - **Email sending**: Separate from validation — Mailgun offers free 100 emails/day for sending, with paid sending plans starting at $15/month. Note: After October 2025, Mailgun increased pricing on its Flex send plan by 100%. Verify current pricing at mailgun.com/pricing before committing. ## Authentication HTTP Basic Authentication. Username is always the literal string `api`; password is your Mailgun API key. This scheme is shared across all Mailgun API calls (email sending, validation, analytics). ## Rate Limits Rate limits depend on your plan. The Optimize plan includes 2,500 validations/month. Overage above the plan limit is billed per 100 validations. Real-time API throughput is not explicitly published — contact Mailgun for high-volume limit details. ## Compliance & Regulations Mailgun is GDPR compliant and SOC 2 Type II certified. Email addresses submitted for validation are processed per Mailgun's data processing agreement. For Nigerian deployments under NDPR, Mailgun's data handling policies support appropriate treatment of user email data. ## Challenges & Gotchas for Nigerian Developers 1. **Validation separate from sending**: The Optimize plan for validation is separate from Mailgun's email sending plans. You may need two plans (one for sending, one for validation) if you use both. 2. **Catch-all domains**: Corporate Nigerian email domains configured as catch-all return "risky" or "unknown" results — Mailgun cannot definitively confirm individual mailbox validity on catch-all domains. 3. **Price increase awareness**: Mailgun increased its Flex send plan pricing by 100% in December 2025. Review current pricing at mailgun.com before subscribing. 4. **USD billing**: Mailgun charges in USD. Nigerian developers need a USD-capable payment method. 5. **Best used within the Mailgun ecosystem**: Mailgun Validation is most valuable if you're already using Mailgun for email sending — combining both means validation and delivery in one account and one API key. ## Company Background Mailgun was founded in 2010 in San Francisco as a developer-focused transactional email API. The company was acquired by Sinch (a Swedish communications platform) in 2021. Mailgun serves over 150,000 businesses globally and processes over 100 billion emails per year. The email validation product is part of Mailgun's Optimize suite, which also includes inbox testing and email preview tools. ## Frequently Asked Questions **Q: Do I need a Mailgun sending account to use email validation?** A: No. Email validation is available as a standalone product through the Mailgun Optimize plan without requiring a sending subscription. **Q: How accurate is Mailgun email validation?** A: Mailgun claims industry-leading accuracy by leveraging real delivery data from billions of emails sent through its platform, not just DNS checks. **Q: What's the difference between Mailgun Validate and ZeroBounce?** A: ZeroBounce is a standalone validation specialist with more detailed categorization (spam traps, abuse emails, etc.) and non-expiring credits. Mailgun Validate is best for teams already in the Mailgun ecosystem who want validation + inbox testing + email delivery in one platform. **Q: Is there a free trial for validation?** A: Mailgun provides some validation credits with account registration. The Optimize plan includes validation, inbox testing, and email preview starting at $49/month.