isSMTP(); $phpmailer->Host = 'mailhog'; $phpmailer->SMTPAuth = false; $phpmailer->Port = 1025; $phpmailer->Username = ''; $phpmailer->Password = ''; }