Company email or Domain name based email address validation in Yii

662 Views Asked by At

Some times Yii Email validation show error message when we use domain name based email or company email address. how to fix it in yii framework?

1

There are 1 best solutions below

2
On

You can try to use your own custom validation rule for e-mail addresses using regular expression.