Stop Validating Email Addresses with Regex (2012)
1–10 of 228 posts
Re: Stop Validating Email Addresses with Regex (2012)
#2I won’t ask people to type the email twice, that’s just annoying.
Re: Stop Validating Email Addresses with Regex (2012)
#3There simply is no need to check the email addr provided by the user. Send the mail, if it bounces, the user has only himself to blame. What if I don't want them to go through the hassle of an activation link? Then I don't bother with an email account in the sign-up process in the first place. If they want a passwd reset method, they can later provide an email in their settings page, if that isn't valid, well, tough luck.
Re: Stop Validating Email Addresses with Regex (2012)
#4Can't upvote this enough. There simply is no need to check the email addr provided by the user. Send the mail, if it bounces, the user has only himself to blame. What if I don't want them to go through the hassle of an activation link? Then I don't bother with an email account in the sign-up process in the first place. If they want a passwd reset method, they can later provide an email in their settings page, if that…
Re: Stop Validating Email Addresses with Regex (2012)
#5Re: Stop Validating Email Addresses with Regex (2012)
#6Re: Stop Validating Email Addresses with Regex (2012)
#7Re: Stop Validating Email Addresses with Regex (2012)
#8Can't upvote this enough. There simply is no need to check the email addr provided by the user. Send the mail, if it bounces, the user has only himself to blame. What if I don't want them to go through the hassle of an activation link? Then I don't bother with an email account in the sign-up process in the first place. If they want a passwd reset method, they can later provide an email in their settings page, if that…
Re: Stop Validating Email Addresses with Regex (2012)
#9I've been programming for 25 years. I've been reading this same article repeated over and over again for 25 years too. Clearly it's not working.
Re: Stop Validating Email Addresses with Regex (2012)
#10The original standard for email addresses seems to be so bad that it's just being scrapped and ignored. I think I'm OK with this.