getEmail static method

String getEmail()

Implementation

static String getEmail() {
  return appProperties['contactEmail'];
}