// bogus validator
 static bool isValid(SmtpSettings smtp)
 {
     return(true);
 }