QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: Pete on January 25, 2019, 04:37:47 pm

Title: Who knew email address validation could be so complicated?
Post by: Pete on January 25, 2019, 04:37:47 pm
I put together some code to check for valid email addresses. More rules than I thought. I posted the code here:

https://www.tapatalk.com/groups/qbasic/viewtopic.php?f=648955&t=39425

I 'm not sure how bulletproof it is at this point, but it seems to handle a good deal of formats so far.

Pete
Title: Re: Who knew email address validation could be so complicated?
Post by: bobtheunplayer on January 31, 2019, 07:27:06 am
Yeah, it's crazy how far spread out the information in the RFCs is for email address validation.