Código:
  
estos son mis parametros para la conexionLanguage string failed to load: connect_host
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"; 
     
 

