From: <[email protected]> I'd like to find a way to check if an e-mail address that is entered on a form is valid or, at the very least, just not invalid. Checking CPAN, I ran across a module called Email::Verify::SMTP. Has anyone used this before? If so, what are your impressions?
If this is not a good module, what would you recommend? Thanks, Marc I recommend Email::Valid. Octavian -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
