Ver Mensaje Individual
  #1 (permalink)  
Antiguo 13/06/2008, 09:44
fjchavez
 
Fecha de Ingreso: julio-2006
Mensajes: 114
Antigüedad: 17 años, 10 meses
Puntos: 0
problemas con phpmailer v2.1 y gmail

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"