mailHogURL top-level constant

String const mailHogURL

Implementation

const mailHogURL = String.fromEnvironment(
  'MAILHOG_URL',
  defaultValue: '',
);