-
1
- #1
ProgrammerKC
Programmer
I am writing a Perl script which produces an HTML page. In the HTML page there is a form where users input various information including their e-mail address. Is there any way for the Perl script to verify the e-mail address? I know how to verify the domain name, but is there any way to verify that the user's e-mail account actually exists on that domain?
THANKS!
THANKS!