Validating and Verifying Emails in Django
A valid email address consists of an email prefix and an email domain, both in acceptable formats. The prefix appears to the left of the @ symbol. The allowed characters in an email prefix are letters (a-z), numbers, underscores, periods, and dashes...
maryayobami.hashnode.dev2 min read
Mohit Yadav
I Live to create better apps everyday
Alright, this is a step up from the usual regex-match, but just curious, what if someone puts in another person's mail address. Would have to resort to verifying using the old school method then.
But I could see where it could be useful, though.
Summing it up, great article! π