Hi,
Anyone who knows how to validate if the email inputted by the new user is a real one.
Anyone who knows how to validate if the email inputted by the new user is a real one.
^[a-z0-9_\\+-]+(\\.[a-z0-9_\\+-]+)*@[a-z0-9-]+(\\.[a-z0-9]+)*\\.([a-z]{2,4})$
Comment