Validating email addresses
Web Development
3
Posts
2
Posters
0
Views
1
Watching
-
Hi All Does anyone know any good perl scripts for validating an email address it must be in the form string@string.string and no more than 15 charcaters. string = any character upper or lowercase(no spaces). thanks Stephen
Use Email::Valid. It does both RFC 822 and MX checking (MX checking can be turned off), and has a number of other options. - Mike
-
Use Email::Valid. It does both RFC 822 and MX checking (MX checking can be turned off), and has a number of other options. - Mike