Email MX Validator for Yii2 Using public function rules() { return [ ... ['email', EmailMxRecordValidator::class], ... ]; }