| 开发者 |
hxsmyxh
vecyang1 |
|---|---|
| 更新时间 | 2026年9月12日 22:43 |
| 捐献地址: | 去捐款 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
fluentform/validate_input_item_input_email) to intercept invalid, disposable, unroutable, and bounce-inducing emails at form submission time, before the entry is recorded or forwarded to marketing automations.
6-Layer Real-Time Defense Engine
gamil.com, outlok.com, hotmial.com) and suggests corrections.checkdnsrr) to ensure the destination mail server exists, cached via WordPress Transients for 24 hours.admin@, support@, billing@).array_flip O(1) hash maps./wp-json/fluentform-email-guard/v1/status for external uptime watchdogs./wp-content/plugins/world-inspire-email-validation-for-fluent-forms, or install directly through the WordPress plugins screen.No, World Inspire Email Validation for Fluent Forms works seamlessly with both the Free and Pro editions of Fluent Forms.
No. Syntax, blacklist, typo, and disposable checks execute in memory (<0.5ms). DNS MX checks are cached for 24 hours via WordPress Transients so repeat queries have zero latency.
The plugin bundles an offline dataset of over 8,700 disposable domains in data/disposable_domains.json, operating completely in memory with zero external remote network requests.
Yes. You can add specific domains to the whitelist section to bypass MX and disposable checks.
/test endpoint to administrators with manage_options capability and nonce verification./status endpoint to minimal health status; moved detailed diagnostics to authenticated /admin/status.data/disposable_domains.json.wp_unslash(), absint(), and strict variable existence checks across all input processing.hxsmyxh and updated upstream license reference link to main branch.