PluginProbe ʕ •ᴥ•ʔ
Email Validator for Contact Form 7 / 1.8.3
Email Validator for Contact Form 7 v1.8.3
1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.7.0 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.8.0 1.8.1 1.8.2 1.8.3 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 trunk 1.0.0 1.0.1 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.2.0 1.2.1 1.2.2 1.3.0 1.3.1 1.3.2 1.3.3 1.4.0 1.4.1 1.5.0 1.5.1
email-validator-for-contact-form-7 / readme.txt
email-validator-for-contact-form-7 Last commit date
assets 7 months ago languages 5 years ago vendor 2 years ago email-validator-for-contact-form-7.php 1 week ago license.txt 7 years ago readme.txt 1 week ago uninstall.php 4 years ago
readme.txt
203 lines
1 === Email Validator for Contact Form 7 ===
2 Contributors: MailboxValidator
3 Donate link: https://mailboxvalidator.com
4 Tags: mailboxvalidator, contact form 7, email validation, form validation, email validator, disposable email, free email, role-based email
5 Tested up to: 6.9
6 Stable tag: 1.8.3
7 Requires PHP: 5.2.4
8
9 Email validation for Contact Form 7. Reduce registration spam with invalid email, block disposable and block free email.
10
11 == Description ==
12
13 This email verification plugin enables Contact Form 7 users to validate email address before sending the form. It uses MailboxValidator email validation service to check if an email address is disposable email address or free email address in order to block invalid email from signing up. You can [sign up for a free API key](https://www.mailboxvalidator.com/plans#api "MailboxValidator API key sign up") at mailboxvalidator.com with 300 FREE email validation credits every month!
14
15 Note: Contact Form 7 must be installed and activated before using this MailboxValidator email validation plugin.
16
17 Key Features
18
19 * Accurate email verification result.
20 * Support invalid email validation.
21 * Support disposable email validation.
22 * Support free email validation.
23 * Support role-based email validation.
24 * Support domain blacklisting.
25 * Support trusted domain whitelisting.
26 * Enable you to block the users from message sending if failed in validation.
27
28 This plugin need a MailboxValidator API key to work. You can get it from [here](https://www.mailboxvalidator.com/plans#api "MailboxValidator API key sign up").
29
30 == Installation ==
31
32 ### Installation using WordPress dashboard
33
34 1. Select **Plugins -> Add New**.
35 1. Search for "Email Validator for Contact Form 7".
36 1. Click on *Install Now* to install the plugin.
37 1. Click on *Activate* button to activate the plugin.
38 1. Get your MailboxValidator API key through [here](https://www.mailboxvalidator.com/plans#api "MailboxValidator API key sign up").
39 1. Configure the plugin settings, including your API key, switch on or off the invalid, disposable, free and role-based email validator, and custom error messages.
40
41 ### Manual Installation
42
43 1. Upload the plugin files to the `/wp-content/plugins/email-validator-for-contact-form-7` directory.
44 1. Activate the plugin through the 'Plugins' screen in WordPress
45 1. Get your MailboxValidator API key through [here](https://www.mailboxvalidator.com/plans#api "MailboxValidator API key sign up").
46 1. Configure the plugin settings, including your API key, switch on or off the invalid, disposable, free and role-based email validator, and custom error messages.
47
48 *Note: This plugin requires Contact Form 7 to be installed and activated. Please do so if you have not done that.*
49
50 == Frequently Asked Questions ==
51
52 = How can this plugin help to validate form details? =
53
54 This plugin will validate those email and make sure that it is not belong to invalid, disposable, free and role-based email. In other words, it will reject those email which is disposable or free email, depends on your settings.
55
56 = Do I need an API key to use this plugin? =
57
58 Yes. You can sign up for a FREE API key [here](https://www.mailboxvalidator.com/plans#api "MailboxValidator API key sign up").
59
60 = Unable to find your answer here? =
61
62 Send us email at support@mailboxvalidator.com
63
64 == Screenshots ==
65
66 1. Setting page for Email Validator for Contact Form 7. At here you can add your MailboxValidator API Key, switch on or off the disposable or free email validator, and edit the custom error messages.
67
68 == Changelog ==
69
70 = 1.8.3 =
71 * Tested up to WordPress 7.0.
72
73 = 1.8.2 =
74 * Fixed PHP warning for undefined array key.
75
76 = 1.8.1 =
77 * Tested up to WordPress 6.9.
78
79 = 1.8.0 =
80 * Added domain blacklisting and trusted domain whitelisting features.
81
82 = 1.7.6 =
83 * Tested up to WordPress 6.8.
84
85 = 1.7.5 =
86 * Tested up to WordPress 6.7.
87
88 = 1.7.4 =
89 * Tested up to WordPress 6.6.1.
90
91 = 1.7.3 =
92 * Tested up to WordPress 6.5.
93
94 = 1.7.2 =
95 * Fixed email validator not working issue.
96
97 = 1.7.1 =
98 * Add new checking to prevent the abuse of the API.
99
100 = 1.7.0 =
101 * Update to use v2 for MailboxValidator API through MailboxValiator PHP SDK, and tested with WordPress 6.4.1.
102
103 = 1.6.6 =
104 * Tested with WordPress 6.3, and fixed a minor issue when credit is zero.
105
106 = 1.6.5 =
107 * Tested with WordPress 6.2.
108
109 = 1.6.4 =
110 * Tested with WordPress 6.1.
111
112 = 1.6.3 =
113 * Tested with WordPress 6.0.
114
115 = 1.6.2 =
116 * Minor fix.
117
118 = 1.6.1 =
119 * Tested with WordPress 5.9.
120
121 = 1.6.0 =
122 * Code restructure and UI update.
123 * Added chart for email address blocked statistics.
124
125 = 1.5.6 =
126 * Added length limitation to error message.
127
128 = 1.5.5 =
129 * Updated description in readme file.
130
131 = 1.5.4 =
132 * Tested with WordPress 5.8.
133
134 = 1.5.3 =
135 * Minor improvements.
136
137 = 1.5.2 =
138 * Updated tested WordPress version.
139
140 = 1.5.1 =
141 * Minor issue fix.
142
143 = 1.5.0 =
144 * Integrated MailboxValiator PHP SDK.
145
146 = 1.4.1 =
147 * Tested with WordPress 5.6.
148
149 = 1.4.0 =
150 * Fixed the "Plugin is not compatible with language packs: Missing load_plugin_textdomain()." issue.
151
152 = 1.3.3 =
153 * Added some blank lines for readability.
154
155 = 1.3.2 =
156 * Added Chinese languages files.
157
158 = 1.3.1 =
159 * Removed the minimum WordPress version required.
160
161 = 1.3.0 =
162 * Added role-based email validation feature.
163
164 = 1.2.2 =
165 * Tested with WordPress 5.5.
166
167 = 1.2.1 =
168 * Update FAQ section.
169
170 = 1.2.0 =
171 * Added Invalid email validation feature.
172
173 = 1.1.8 =
174 * Minor issue fix.
175
176 = 1.1.7 =
177 * Display plan information.
178
179 = 1.1.6 =
180 * Minor issue fixes.
181
182 = 1.1.5 =
183 * Display a notification message if the Contact Form 7 plugin haven't installed and activated.
184
185 = 1.1.4 =
186 * Fixed plugin issue.
187
188 = 1.1.3 =
189 * Added source parameter to keep track for API calling.
190
191 = 1.1.2 =
192 * Updated code to follow WordPress Coding Standards.
193 * Adding missing assets folder.
194
195 = 1.1.1 =
196 * Added feedback feature when deactivation of plugin.
197
198 = 1.1 =
199 * Fixed all email cannot passed validation issue.
200
201 = 1.0 =
202 * Initial Release
203