How do l verify my account's email address | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do l verify my account's email address

19th Dec 2019, 7:20 PM
Birungi Gift
2 Answers
0
The most basic way to validate an email address is to test if the email is in a valid format and doesn‘t contain invalid characters. This could be done with a simple regular expression (iirc Html5 might even be able to do that with its form validation). If you want to go further than that you would use validation emails that activate the account if the user clicks on the link. Decent Resource: https://medium.com/hackernoon/the-100-correct-way-to-validate-email-addresses-7c4818f24643
20th Dec 2019, 8:06 AM
e90d0e_red
e90d0e_red - avatar
+ 1
Usually via email sent by the site that require the verification
20th Dec 2019, 8:06 AM
Da2
Da2 - avatar