https://github.com/zerosonesfun/wp-email-blocker
Prevent people or bots from registering with certain email domains or full addresses.
https://github.com/zerosonesfun/wp-email-blocker
bots email registration security spam wordpress
Last synced: about 1 year ago
JSON representation
Prevent people or bots from registering with certain email domains or full addresses.
- Host: GitHub
- URL: https://github.com/zerosonesfun/wp-email-blocker
- Owner: zerosonesfun
- License: gpl-3.0
- Created: 2025-04-26T21:42:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-06T18:39:29.000Z (about 1 year ago)
- Last Synced: 2025-05-06T19:16:54.655Z (about 1 year ago)
- Topics: bots, email, registration, security, spam, wordpress
- Language: PHP
- Homepage:
- Size: 153 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WP Email Blocker
WP (Wilcosky) Email Blocker is a WordPress plugin designed to prevent users or bots from registering on your website using specific email domains or full email addresses.
---
## Features
- Block specific email domains (e.g., `example.com`).
- Block specific email addresses (e.g., `spam@example.com`).
- Optionally include a predefined list of 100 common spam email domains. (See repository wiki for the list)
- A simple log shows you it's working and which emails are being used repeatedly.
- Easy-to-use interface to manage blocked emails using a "pill" UI.
- Lightweight, efficient, pretty code.
---
## Installation
1. Download the plugin from the [GitHub repository](https://github.com/zerosonesfun/wp-email-blocker).
2. Upload the plugin folder (`wp-email-blocker`) to your WordPress `/wp-content/plugins/` directory.
3. Activate the plugin through the 'Plugins' menu in WordPress.
---
## Usage
1. Go to the plugin settings page in the WordPress admin dashboard.
2. Add the email domains or specific email addresses you'd like to block.
3. Save your changes. Users or bots attempting to register with blocked emails will now be prevented.
---
## Contributing
Feel free to contribute! I do want to keep this light though. It's not meant to turn into some kind of all-in-one security plugin or anything like that.