0
How do l verify my account's email address
2 odpowiedzi
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
+ 1
Usually via email sent by the site that require the verification