If I check the logs then [email protected] is validated as ‘valid’. This is a blacklisted spam mail account. So how does ZeroBounce validates this as valid?
]]>Hi,
Does it work with easy digital download “free download” modal? I would like to integrate it with my store.
The plugin does not count correctly the used credits by 30%
Duplicate requests are counted by the plugin as credit but fortunately not by the api.
That giving a false impression of excessive fees to pay
and all beautiful graphs are absolutely fakes
Solution 1: use the same caching duration as the api. Do not count duplicate identical request.
Solution 2: request and calculate credits used each days by the key.
]]>Gravity Forms does not provide the did you mean ? in case of typo error like [email protected] [email protected].
Correct information is provided ( possible typo: [email protected]) by the API but this information is not used by the plugin to help users.
]]>In <span style=”color: rgb(34, 34, 34); font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; white-space-collapse: collapse;”>class-zerobounce-email-validator-form-public.php</span>
update line 63 to :
$error_message = __('Sorry, upon checking we cannot accept this email address.', 'zerobounce-email-validator');
In?class-zerobounce-email-validator-public.php
update line 105 to :
$error_message = __('Sorry, upon checking we cannot accept this email address.', 'zerobounce-email-validator');
Role based are valid email and in case of a quote request by form some clients want their team sales@ marketing@ to receive the reply.
Excluding them in leads is problematic
Of course we do not want : Toxic /Possible_trap/ Global_suppression/disposable
So, we need some granularity in the Do not email check.
It’s not clear for me Role_based_catch_all?as well.
We may accept them.
Validating a form email is different from validating an email for a mailing.
In a lead request check we accept role_based.
In a mailing check we deny role_based.
How exactly is this plugin supposed to integrate with WooCommerce? I’m testing it with the WooCommerce registration page (using the [woocommerce_my_account] shortcode) and it does not seem to do anything. I can validate emails individually via the “Tools” section of the plugin’s settings, so the API seems to be set up correctly and working, but no API calls or verification attempts are made on the WooCommerce registration form.
]]>The latest version of the plugin removes the Plugins menu from the ADMIN menu controls. I can still get to the plugins by going wp-admin/plugins.php. This plugin needs to be tested before it is released.
I disable this plugin, and my Plugins menu returns. I enable this plugin, and my Plugins menu is gone again. This is not an access problem, not a priveleges problem, not a Multi-site problem. I am running this on a plain vanilla wordpress site.
Please fix this problem and issue an update.
I found the offending code:
directory: zerobounce\admin
File: class-zerobounce-email-validator-admin
Line: 175
add_menu_page($this->plugin_name, 'ZeroBounce Email', 'administrator', $this->plugin_name, array($this, 'displayPluginAdminDashboard'), 'dashicons-email-alt', 26);
Please REMOVE the position “26” from the add_menu_page. Unfortunately this is conflicting with the plugins.php menu entry on my site. WordPress recommended best practice is: use a number higher than 66 or apply no position at all. As soon as I changed this code line, everything came back to normal, and my plugins menu returned. NEW CODE Below:
add_menu_page($this->plugin_name, 'ZeroBounce Email', 'administrator', $this->plugin_name, array($this, 'displayPluginAdminDashboard'), 'dashicons-email-alt');
Thank you
]]>Version 1.0.17 has multiple issues including the following:
Logs do not show Valid, Invalid, etc. any longer, it shows data like this instead {“status”:”valid”,”free_email”:true}
Dashboard graphs are not correct; top one is no longer showing data after the date that 1.0.17 was installed.
Occasionally blocks FREE email addresses, even though that feature is NOT enabled and the return code is “valid”.
Do you actually do any QA or functional testing before release; going on the number of issues with this version I’d say not.
I have now disabled the plugin as because of these issues it is losing me business; I’d rather put up with the occasional spammer/scammer than risk losing genuine customers using this plugin and service any longer.
]]>Just updated to the latest version, and it threw a Critical Error and won’t activate now! See error message below (sanitized):
Warning: require_once(/home/test/dev-site/wp-content/plugins/zerobounce/public/class-zerobounce-email-validator-form-public.php): Failed to open stream: No such file or directory in /home/test/dev-site/wp-content/plugins/zerobounce/includes/class-zerobounce-email-validator.php on line 96
Please investigate and fix ASAP; just as well that I tested this on my dev site first and not my production site!
]]>Please add the Geolocation as well. It’s part of your service and would be great if I can check for the country. I need to block certain ones. Please help. Thank you.
]]>How can I block free email services like gmail, yahoo, etc? Free Email is one of the value responses but we can’t check against. Please add it.
]]>Hi,
Can you please add support for Forminator, thanks!
]]>We use cleantalk anti-spam on all of our websites. Will zerobounce work with the cleantalk anti-spam plugin?
]]>Hello,
I want to a Email Verification on real time while filling up the form, Will it work with Digits plugin? I’m using Digits plugin for Mobile OTP.
Thank you.
]]>Hello,
I had some feedback for features the plugin could use:
Overall, great work! Thank you!
]]>Hi,
Nice plugin, but I have a few suggestions and questions:
Many thanks in advance.
Regards,
Martin
This plugin support for woocommerce sign up / register user?
]]>