-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
37 lines (27 loc) · 1.53 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
=== GEV Email Validator ===
Contributors: maranqz
Tags: email validator, email filter, email validation, email verify, form validation
Requires at least: 3.0.1
Tested up to: 5.6.2
Stable tag: 1.0.0
Requires PHP: 5.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
The Cheapest advanced Email Address Validation to forms. Prevents typos in email address field and eliminates spam submissions with fake email addresses. The solution is based on Email Validator service.
== Description ==
The Cheapest advanced Email Address Validation to forms. Prevents typos in email address field and eliminates spam submissions with fake email addresses. The solution is based on Email Validator service.
Email validation is easy way to check and verify address by the validators:
* Syntax;
* Role;
* Free domain;
* Disposable
* MX records;
* SMTP (to check existing).
This plugin uses external service (Email Validator) and requires API Key which can be obtained [here](https://rapidapi.com/maranqz/api/email-validator15/).
Please check Privacy Policy [here](https://rapidapi.com/privacy/) and Terms [here](https://rapidapi.com/terms/).
== Installation ==
1. Upload plugin directory (`gev-email-validator`) to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Set Api Key from [RapidApi](https://rapidapi.com/maranqz/api/email-validator15/)
== Changelog ==
[See changelog for all versions](https://raw.githubusercontent.com/go-email-validator/gev-email-validator/master/CHANGELOG.txt).