in reply to Re^2: On Validating Email Addresses
in thread On Validating Email Addresses
Well, my point was that you cannot validate the email with a regular expression anyway. You are very unlikely to even catch typos. If my email is bill@microsoft.com and I mistype it as bikk@microsoft.com how is Email::Valid going to help you? So why bother at all?
Concession: Email::Valid can also check if an MX entry exists for the domain. That might make sense in some situations (but it still does not check the user name -- is there a way to do this, too?)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: On Validating Email Addresses
by BrowserUk (Patriarch) on Jan 05, 2005 at 02:11 UTC | |
Re^4: On Validating Email Addresses
by jeffenstein (Hermit) on Jan 10, 2005 at 07:18 UTC |