isSMTP(); $phpmailer->SMTPAuth = false; $phpmailer->SMTPSecure = false; $phpmailer->SMTPAutoTLS = false; $phpmailer->Host = "mailhog"; $phpmailer->Port = 1025; $phpmailer->From = "noreply@radhr.localhost"; $phpmailer->FromName = "noreply@radhr.localhost"; $phpmailer->Username = null; $phpmailer->Password = null; });