Hello,
After magento 2.4.6 upgrade one of custom module give Zend_Validate deprecated error , so please help me to laminas-validator to replace Zend_Validate
here is the code
if (!\Zend_Validate::is($recipientEmail, 'EmailAddress')) {
throw new LocalizedException(__('Please correct the email address: %1', $recipientEmail));
}
https://magento.stackexchange.com/questions/367184/which-class-replace-for-zend-validate-in-magento-...
https://prnt.sc/CwzU5nV0GBcs