try
        {
            new System.Net.Mail.MailAddress("email here");            
        }
        catch (FormatException)
        {
        }        
when i use email "invalidEmailAddress" the result is valid but when i use "golf@gmail" without .com it becomes valid
