O portta da aynı hatayı almıştım tekrar denedim yine aynı...
$mail = new PHPMailer();
$mail->isSMTP();
$mail->Host = $smtp_host;
$mail->SMTPAuth = true;
$mail->Username = $smtp_user;
$mail->Password = $smtp_pass;
$mail->SMTPSecure = 'tls';
$mail->Port = $smtp_port;
Portu 587 olarak değiştir