email-validator-for-contact-form-7
Last commit date
assets
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
69 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 |
| 5 | Requires at least: 4.6 |
| 6 | Tested up to: 5.3 |
| 7 | Stable tag: 5.3 |
| 8 | Requires PHP: 5.2.4 |
| 9 | |
| 10 | Email Validator for Contact Form 7 using MailboxValidator API |
| 11 | |
| 12 | == Description == |
| 13 | |
| 14 | This plugin enables Contact Form 7 users to validate their client’s email address before accepting their messages for sending. It uses MailboxValidator service for email validation. You can sign up for a free API key at mailboxvalidator.com in order to use this plugin. |
| 15 | |
| 16 | Key Features |
| 17 | |
| 18 | * Support disposable email validation |
| 19 | * Support free email validation. |
| 20 | * Enable you to block the users from message sending if failed in validation. |
| 21 | |
| 22 | 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"). |
| 23 | |
| 24 | == Installation == |
| 25 | |
| 26 | ### Installation using WordPress dashboard |
| 27 | |
| 28 | 1. Select **Plugins -> Add New**. |
| 29 | 1. Search for "Email Validator for Contact Form 7". |
| 30 | 1. Click on *Install Now* to install the plugin. |
| 31 | 1. Click on *Activate* button to activate the plugin. |
| 32 | 1. Get your MailboxValidator API key through [here](https://www.mailboxvalidator.com/plans#api "MailboxValidator API key sign up"). |
| 33 | 1. Configure the plugin settings, including your API key, switch on or off the disposable and free email validator, and custom error messages. |
| 34 | |
| 35 | ### Manual Installation |
| 36 | |
| 37 | 1. Upload the plugin files to the `/wp-content/plugins/email-validator-for-contact-form-7` directory. |
| 38 | 1. Activate the plugin through the 'Plugins' screen in WordPress |
| 39 | 1. Get your MailboxValidator API key through [here](https://www.mailboxvalidator.com/plans#api "MailboxValidator API key sign up"). |
| 40 | 1. Configure the plugin settings, including your API key, switch on or off the disposable and free email validator, and custom error messages. |
| 41 | |
| 42 | *Note: This plugin requires Contact Form 7 to be installed and activated. Please do so if you have not done that.* |
| 43 | |
| 44 | == Frequently Asked Questions == |
| 45 | |
| 46 | = How can this plugin help to validate form details? = |
| 47 | |
| 48 | This plugin will validate those email and make sure that it is not belong to disposable or free email. In other words, it will reject those email which is disposable or free email, depends on your settings. |
| 49 | |
| 50 | = Do I need an API key to use this plugin? = |
| 51 | |
| 52 | Yes. You must sign up an API key [here](https://www.mailboxvalidator.com/plans#api "MailboxValidator API key sign up"). |
| 53 | |
| 54 | = Unable to find your answer here? = |
| 55 | |
| 56 | Send us email at support@mailboxvalidator.com |
| 57 | |
| 58 | == Screenshots == |
| 59 | |
| 60 | 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. |
| 61 | |
| 62 | == Changelog == |
| 63 | |
| 64 | = 1.1 = |
| 65 | * Fixed all email cannot passed validation issue. |
| 66 | |
| 67 | = 1.0 = |
| 68 | * Initial Release |
| 69 |