I have done a quick Internet search to learn about validating email addresses. And I tested the OpenCart email contact form to see what gets through.
Step 1
smith@smith = 'not valid', meaning Syntax = Fails.
Step 2
smith@smith.com = 'valid' meaning DNS = Passes.
DNS checking is good but miss spelled emails still get through as 'valid' this could mean that I get an enquiry that I am not able to reply to, possible resulting in lose of custom.
I read that SMTP validation will stop this from happening in most cases 'This method uses the SMTP protocol to contact the domain mailserver and actually ask if the user is valid'.
I think my conclusions are correct but someone my like to confirm.
Question :
Is the form configurable so that it tests the SMTP ? and if so how

Thanks again