Hola a todos tengo problemas con la nueva version de phpmailer, no me envia los correos y me sale el siguiente error
  
Código:
 Language string failed to load: connect_host
  estos son mis parametros para la conexion 
 Código PHP:
    $mail->IsSMTP();
$mail->SMTPAuth   = true;                  // enable SMTP authentication
$mail->SMTPSecure = "ssl";                 // sets the prefix to the servier
$mail->Host       = "smtp.gmail.com";      // sets GMAIL as the SMTP server
$mail->Port       = 465; 
$mail->Username   = "[email protected]";  // GMAIL username
$mail->Password   = "xxxxxxx";