ZF-5632: Validate only local part of an e-mail address with Zend_Validate_EmailAddress
Description
It should be possible to set an option for only testing against the local part of an email address. Sometimes the domain will not change or you really dont need the domain part.
Comments
Posted by Thomas Weidner (thomas) on 2009-09-01T14:45:58.000+0000
I just added a complete rework of Zend_Validate_EmailAddress... this feature has also been added to incubator for tests.See SVN r17945 for details.
Posted by Thomas Weidner (thomas) on 2009-09-09T13:00:18.000+0000
Implemented with r18050 for ZF 1.10