// Username to use for SMTP authentication
$phpmailer->Username = "yourusername";

// Password to use for SMTP authentication
$phpmailer->Password = "yourpassword";

// The encryption system to use - ssl (deprecated) or tls
$phpmailer->SMTPSecure = "tls";

$phpmailer->From = "your-email-address";
$phpmailer->FromName = "Your Name";
}


Buradaki ayarları yapman gerekiyor ondan hatta veriyor yapmadığın için