Validating fake email addresses
-
I use a plugin, called Clearout Email Validator, to ensure that users do not enter fake email addresses when submitting an order or creating an account. This plugin works perfectly on any form on my WP site. However, since the WooCommerce Cart Abandonment Recovery is pulling the email address before it’s validated, the plugin can still send an email to a fake address.
Until this past week, it’s not been an issue. Suddenly, I have a ton of fake email addresses being entered and WC Cart Abandonment is trying to send an email to all of them.Clearout will support other plugins as stated on their plugin page “The Clearout email verification and validation plugin supports a rich set of popular form-based plugins by listening to email address capture flow or by hooking into WordPress is_email() function”
I’ve had to disable the Cart Abandonment plugin for now as there are too many fake emails trying to send. Would you look at adding an option for using the is_mail() function?
The topic ‘Validating fake email addresses’ is closed to new replies.