hasMailSupport method

bool hasMailSupport()

Implementation

bool hasMailSupport() {
  return mailHogURL.isNotEmpty;
}