email-validator-for-contact-form-7
Last commit date
assets
5 years ago
languages
5 years ago
email-validator-for-contact-form-7.php
5 years ago
license.txt
5 years ago
readme.txt
5 years ago
uninstall.php
5 years ago
readme.txt
124 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: 5.6 |
| 6 | Stable tag: 1.4.1 |
| 7 | Requires PHP: 5.2.4 |
| 8 | |
| 9 | Email Validator for Contact Form 7 using MailboxValidator Email Validation API |
| 10 | |
| 11 | == Description == |
| 12 | |
| 13 | This plugin enables Contact Form 7 users to validate their client’s email address before accepting their messages for sending. It uses MailboxValidator email validation service to check if an email address is disposable email address or free email address in order to reduce invalid sign up. You can sign up for a free API key at mailboxvalidator.com in order to use this plugin. |
| 14 | |
| 15 | Note: Contact Form 7 must be installed and activated before using this MailboxValidator email validation plugin. |
| 16 | |
| 17 | Key Features |
| 18 | |
| 19 | * Support invalid email validation |
| 20 | * Support disposable email validation |
| 21 | * Support free email validation. |
| 22 | * Support role-based email validation. |
| 23 | * Enable you to block the users from message sending if failed in validation. |
| 24 | |
| 25 | 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"). |
| 26 | |
| 27 | == Installation == |
| 28 | |
| 29 | ### Installation using WordPress dashboard |
| 30 | |
| 31 | 1. Select **Plugins -> Add New**. |
| 32 | 1. Search for "Email Validator for Contact Form 7". |
| 33 | 1. Click on *Install Now* to install the plugin. |
| 34 | 1. Click on *Activate* button to activate the plugin. |
| 35 | 1. Get your MailboxValidator API key through [here](https://www.mailboxvalidator.com/plans#api "MailboxValidator API key sign up"). |
| 36 | 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. |
| 37 | |
| 38 | ### Manual Installation |
| 39 | |
| 40 | 1. Upload the plugin files to the `/wp-content/plugins/email-validator-for-contact-form-7` directory. |
| 41 | 1. Activate the plugin through the 'Plugins' screen in WordPress |
| 42 | 1. Get your MailboxValidator API key through [here](https://www.mailboxvalidator.com/plans#api "MailboxValidator API key sign up"). |
| 43 | 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. |
| 44 | |
| 45 | *Note: This plugin requires Contact Form 7 to be installed and activated. Please do so if you have not done that.* |
| 46 | |
| 47 | == Frequently Asked Questions == |
| 48 | |
| 49 | = How can this plugin help to validate form details? = |
| 50 | |
| 51 | 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. |
| 52 | |
| 53 | = Do I need an API key to use this plugin? = |
| 54 | |
| 55 | Yes. You can sign up for a FREE API key [here](https://www.mailboxvalidator.com/plans#api "MailboxValidator API key sign up"). |
| 56 | |
| 57 | = Unable to find your answer here? = |
| 58 | |
| 59 | Send us email at support@mailboxvalidator.com |
| 60 | |
| 61 | == Screenshots == |
| 62 | |
| 63 | 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. |
| 64 | |
| 65 | == Changelog == |
| 66 | |
| 67 | = 1.4.1 = |
| 68 | * Tested with WordPress 5.6. |
| 69 | |
| 70 | = 1.4.0 = |
| 71 | * Fixed the "Plugin is not compatible with language packs: Missing load_plugin_textdomain()." issue. |
| 72 | |
| 73 | = 1.3.3 = |
| 74 | * Added some blank lines for readability. |
| 75 | |
| 76 | = 1.3.2 = |
| 77 | * Added Chinese languages files. |
| 78 | |
| 79 | = 1.3.1 = |
| 80 | * Removed the minimum WordPress version required. |
| 81 | |
| 82 | = 1.3.0 = |
| 83 | * Added role-based email validation feature. |
| 84 | |
| 85 | = 1.2.2 = |
| 86 | * Tested with WordPress 5.5. |
| 87 | |
| 88 | = 1.2.1 = |
| 89 | * Update FAQ section. |
| 90 | |
| 91 | = 1.2.0 = |
| 92 | * Added Invalid email validation feature. |
| 93 | |
| 94 | = 1.1.8 = |
| 95 | * Minor issue fix. |
| 96 | |
| 97 | = 1.1.7 = |
| 98 | * Display plan information. |
| 99 | |
| 100 | = 1.1.6 = |
| 101 | * Minor issue fixes. |
| 102 | |
| 103 | = 1.1.5 = |
| 104 | * Display a notification message if the Contact Form 7 plugin haven't installed and activated. |
| 105 | |
| 106 | = 1.1.4 = |
| 107 | * Fixed plugin issue. |
| 108 | |
| 109 | = 1.1.3 = |
| 110 | * Added source parameter to keep track for API calling. |
| 111 | |
| 112 | = 1.1.2 = |
| 113 | * Updated code to follow WordPress Coding Standards. |
| 114 | * Adding missing assets folder. |
| 115 | |
| 116 | = 1.1.1 = |
| 117 | * Added feedback feature when deactivation of plugin. |
| 118 | |
| 119 | = 1.1 = |
| 120 | * Fixed all email cannot passed validation issue. |
| 121 | |
| 122 | = 1.0 = |
| 123 | * Initial Release |
| 124 |