I always get this message when trying to send email from my local host.
SMTP Error: Could not connect to SMTP host. Message could not be sent. Mailer Error: SMTP Er
You can add this line $mail->SMTPSecure = "ssl";
$mail->SMTPSecure = "ssl";
after
$mail->SMTPAuth = true;