I would like to enable my website form to check if the email inserted by my visitor is valid and exist before allowing them submit the web form.
I do understand there is many Javascript to check the email pattern validation. But I need something such as SMTP Email Checking or Validating.
The email inserted by visitor must be valid format and also existed, this is to prevent visitor inserts invalid email, incorrect email address, as well as spamming email address.
Please kindly provide a tutorial link for validate the Email by using Javascript.
I believe server-side scripting can doing it, but I need an instant response to the web form before web visitor select the submit button for form submission.