BulkEmailChecker Email Validation Module for PhPstrap

Real-time email validation for PhPstrap forms and applications

BulkEmailChecker Email Validation Module for PhPstrap lets you validate email addresses through the BulkEmailChecker real-time API before accepting signups, leads, contact forms, orders, or customer records.

Built for PhPstrap developers, SaaS platforms, lead-generation websites, and customer portals, this module helps reduce fake signups, disposable email abuse, invalid addresses, and low-quality leads.

Real-Time Email Validation Disposable Email Detection Role Account Detection Free Email Detection Validation Logs PhPstrap Hook Support

BulkEmailChecker Email Validation Module for PhPstrap

BulkEmailChecker Email Validation Module for PhPstrap is a commercial module developed by Thexyz Inc. It connects your PhPstrap-powered website or application to the BulkEmailChecker real-time API, allowing your forms and workflows to verify email quality before saving or processing a submission.

The module exposes a simple email_validate hook that can be used anywhere inside a PhPstrap application. This makes it easy to add validation to registration forms, quote forms, lead capture pages, contact forms, newsletter signups, checkout flows, and custom SaaS workflows.

It includes admin settings, API key storage, configurable timeout options, JSON response support, validation logging, normalized response data, and fail-open handling so API issues do not crash your forms.

Key Features

  • BulkEmailChecker Real-Time API: Validate email addresses using BulkEmailChecker’s real-time email verification service.
  • Simple PhPstrap Hook: Adds an email_validate hook that can be called from forms, modules, and custom workflows.
  • Disposable Email Detection: Identify temporary and disposable email addresses before they enter your database.
  • Role Account Detection: Detect generic role-based addresses such as info, admin, support, or sales addresses.
  • Free Email Detection: Identify free-service email addresses where needed for B2B qualification.
  • Complainer and Offensive Flags: Capture additional BulkEmailChecker risk indicators where available.
  • Normalized Response Fields: Returns clean, developer-friendly response data for easy integration.
  • Validation Logs: Stores validation activity, status, event details, credits remaining, execution time, and raw API response.
  • Admin Settings: Configure API key, request label, timeout, and response format from the module settings screen.
  • Fail-Open Design: API or network errors return structured error data instead of breaking your form.
  • Auto Module Registration: Installer can create or update the module row and default settings.
  • MySQL Logging Table: Includes SQL for the bulkemailchecker_validations table.

Example Use Cases

  • Lead Generation Forms: Reduce junk leads before sending them to your CRM or sales team.
  • Account Registration: Block invalid or disposable email addresses during signup.
  • Newsletter Signup Forms: Improve list quality and reduce bounce rates.
  • Quote Request Forms: Validate customer email addresses before sending follow-up messages.
  • SaaS Onboarding: Prevent fake accounts and low-quality trial registrations.
  • Marketplace Forms: Improve buyer, seller, and customer communication reliability.
$result = executeHook('email_validate', [
  'email' => 'person@example.com'
]);

$check = $result['bulkemailchecker'] ?? null;

if ($check && ($check['status'] ?? '') === 'failed') {
  $errors[] = 'Please enter a valid email address.';
}

Why This Module Is Valuable

Email validation is one of the easiest ways to improve lead quality, reduce fake accounts, lower bounce rates, and protect your platform from disposable email abuse. Instead of manually wiring API calls into every form, this module gives PhPstrap developers a reusable validation hook that can be used across the entire application.

For businesses that rely on email follow-up, customer onboarding, lead delivery, or marketing automation, validating addresses before they enter the system can save time, reduce wasted credits, and improve deliverability.

License Type

Price

Download

Single-Site Commercial License

For one PhPstrap installation.

$79.95

Buy Now

Software Information

Product Name:BulkEmailChecker Email Validation Module
Category:Email Validation / Anti-Spam
Platform:PhPstrap
Version:1.0.6
PHP Requirement:PHP 8.1+
Database:MySQL 5.7+ / MariaDB 10.4+
API Provider:BulkEmailChecker
Validation Type:Real-Time API
Hook:email_validate
Logging:Supported
Last Update:2026
License Verification: Verification Tool
Price:Single Site – $79.95
Documentation: Installation Guide
Support:Support Tickets
Download BulkEmailChecker Module

Commercial single-site license for PhPstrap installations.

Best For

  • Lead generation websites
  • Newsletter signup forms
  • Customer registration systems
  • Quote request platforms
  • SaaS onboarding flows
  • Contact forms
  • Marketplace applications
  • Marketing automation platforms

Frequently Asked Questions

Upload the bulkemailchecker module folder to your PhPstrap /modules directory, run the included installer or SQL import, enable the module in the admin panel, and enter your BulkEmailChecker API key in the module settings.
No. This module requires your own BulkEmailChecker account and API key. API usage, credits, quota, and billing are handled separately by BulkEmailChecker.
Yes. The module exposes an email_validate hook that can be called from registration forms, contact forms, quote forms, lead forms, checkout flows, or custom PhPstrap modules.
The module returns validation results to your application. Developers can decide whether to block failed addresses, soft-block disposable emails, flag risky addresses, or simply log the results for review.
Yes. The module includes a validation log table that can store the checked email, status, event, details, disposable/free/role-account flags, credits remaining, quota remaining, execution time, and raw API response.
The module is designed to fail open by default. API or network errors return structured error data instead of crashing your form, allowing your application to decide whether to allow or block the submission.
No. BulkEmailChecker Email Validation Module for PhPstrap is proprietary software owned by Thexyz Inc and may not be copied, redistributed, modified for resale, or publicly distributed without written permission.