isSMTP(); $phpmailer->Host = getenv('MAIL_CATCHER_HOST') ?: 'mailhog'; $phpmailer->Port = getenv('MAIL_CATCHER_PORT') ?: 1025; $phpmailer->SMTPAuth = false; $phpmailer->SMTPAutoTLS = false; });