How far should one take e-mail address validation?
- by Mike Tomasello
I'm wondering how far people should take the validation of e-mail address. My field is primarily web-development, but this applies anywhere.
I've seen a few approaches:
simply checking if there is an "@" present, which is dead simply but of course not that reliable.
a more complex regex test for standard e-mail formats
a full regex against RFC…