emailsintaxvalidator E-mail sintax validation

  1. Documentation
  2. ChangeLog

EEmailSintaxValidator checks if an e-mail address is technically correct.

It borrows code from here.

This validator should be considered an improvement of EEmailValidator.

Resources

Documentation

Requirements
  • Yii 1.1 or above
Installation
  • Extract the release file under protected/extensions
Usage

In the model:

public function rules()
{
   return array(
      array('email', 'application.extensions.emailsintaxvalidator.EEmailSintaxValidator')
           )
}

ChangeLog

  • 1.1 fixed silly bug.
1 1
1 follower
1 474 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: Validation
Tags:
Developed by: MetaYii
Created on: Nov 21, 2008
Last updated: 12 years ago

Downloads

show all