SendMail.Messages = {
  missingName: "Please fill in your name", 
  illegalEmail: "Please fill in a valid email", 
  missingComment: "Please fill in a comment for the contact",
  success: "Thanks for contacting us",
  error: "There was an error sending the email, please contact us directly by the email address specified in the page, thanks" 
}