in reply to Re: Email Validation
in thread Email Validation
postmaster@localhost (valid) @@domain.com (invalid) "my name" <myaddress@mydomain.com> (valid) "my name with spaces"@mydomain.com (valid) me@--.com (invalid)
This checks to make sure it has a @, has text before the @, text after the @, and a . after the @, and checks to make sure it is only alphanumeric charactors and no spacesThis is not the correct definition of a valid email address. Check RFC822 for the full specification.
|
---|