Blocked Email Domains for Fluent Forms
Block spam emails by domain in Fluent Forms. Perfect for WordPress site owners who receive targeted form spam from specific domains. Add blocked domains via a simple admin interface – no coding required.
by digitallotsen GmbH · github.com/digitallotsen/blocked-email-domains
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/digitallotsen/blocked-email-domains/archive/refs/heads/main.zipA simple WordPress plugin by digitallotsen GmbH that allows you to block specific email domains in Fluent Forms.
Features
- Block email domains via a simple admin interface
- One domain per line – no comma confusion
- Bilingual error message (German / English)
- Lightweight and no external dependencies
Requirements
- WordPress 6.0+
- Fluent Forms (free or pro)
Installation
- Download the plugin
- Upload the folder
blocked-email-domainsto/wp-content/plugins/ - Activate the plugin in WordPress → Plugins
- Go to Settings → Gesperrte Domains and add domains (one per line)
Usage
Enter one domain per line, e.g.:
spam.com
buildyourwpsites.com
webgrityworks.com
When a user submits a Fluent Form with a blocked domain, they will see:
Wir reagieren nicht auf Formular-Spam. Spar Dir die Mühe. / We do not respond to form spam. Save yourself the effort.
License
GPL v2 or later – https://www.gnu.org/licenses/gpl-2.0.html
About
Made with ☕ by digitallotsen GmbH
---
## 3. `LICENSE`
GNU GENERAL PUBLIC LICENSE Version 2, June 1991
Copyright (C) digitallotsen GmbH https://digitallotsen.com
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
[... vollständiger GPL v2 Text ...]
Für die LICENSE-Datei nimmst du am einfachsten den kompletten offiziellen Text von hier:
👉 https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
Einfach alles kopieren und als `LICENSE` (ohne Dateiendung) speichern.
---
## Deine Ordnerstruktur danach
blocked-email-domains/ ├── blocked-email-domains.php ├── README.md └── LICENSE