How to check the authenticity of email
I added a EMail field in a form, I want the Application only store the valid data (email id) provided by user.
That is, if user enter a invalid email id (like: abc@abc.abc, in this case, Creator will not alert for it), the submit should be cancel, is it possible? if yes, could you tell me how to do this?