[WordPress] 外掛分享: Advanced Email Filter for Elementor Forms

首頁外掛目錄 › Advanced Email Filter for Elementor Forms
WordPress 外掛 Advanced Email Filter for Elementor Forms 的封面圖片
100+
安裝啟用
★★★★★
5/5 分(1 則評價)
4 天前
最後更新
問題解決
WordPress 5.6+ PHP 7.4+ v1.3.0 上架:2025-02-01

內容簡介

Advanced Email Filter for Elementor Forms 為您的 Elementor Pro 表單提供企業級的電子郵件驗證,防止垃圾郵件提交,同時保留合法用戶的靈活性。

【主要功能】
• 全球黑名單/白名單管理
• 每個表單的電子郵件過濾規則
• 支援通配符的域名和模式
• 僅限商業電子郵件過濾
• 阻擋一次性/臨時電子郵件
• 自動更新的域名數據庫

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.3.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Advanced Email Filter for Elementor Forms」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Advanced Email Filter for Elementor Forms adds enterprise-grade email validation to your Elementor pro forms. Protect against spam submissions while maintaining flexibility for legitimate users.
Features

Global blocklist/allowlist management
Per-form email filtering rules
Wildcard support for domains and patterns
Business email only filter
Disposable / temporary email blocking
Automatically refreshed domain databases with a local last-known-good cache
Compatible with Elementor Pro forms only

Learn more about all features | Read Documentation

Configuration
There are two places where you can control email filtering.
Global Settings
Navigate to Email Filter -> Settings to configure:

Blocklist: @spamdomain.com, *.ru, fake-user@

Allowlist: @yourcompany.com, admin@, *.trusted.org

Form-Specific Settings

Edit Elementor Form widget
Open Email Filtering section
Add patterns:

Blocklist (form-specific)
@temp-domain.com, *.xyz
Allowlist (form-specific)
@client-domain.com, manager@

External services
When Business Email Only or Disposable Email Blocking is enabled, this plugin downloads public domain databases from https://lists.mukto.info/aefe/. These lists are required to identify personal and disposable email providers.
The submitted email address and form contents are never sent to this service. A request is made only to download the domain-list JSON files. As with any web request, the server may receive standard connection information such as the requesting site’s IP address and user agent.
Downloaded lists are stored under wp-content/uploads/aefe/ and refreshed no more than once every seven days. If an update fails, the previous valid local list remains in use.
This service is operated by the plugin author. Privacy policy
Hooks & Filters
Customize validation behavior using these hooks:
// Modify validation error message
add_filter('aefe_validation_error', function($message, $email) {
return sprintf(__('Error: %s is blocked', 'text-domain'), $email);
}, 10, 2);

延伸相關外掛

文章
Filter
Apply Filters
Mastodon