Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/05/2011, 08:05
musa29
 
Fecha de Ingreso: abril-2010
Mensajes: 138
Antigüedad: 14 años, 11 meses
Puntos: 8
Open Classifeds, Error de conexión SMTP

Hola a todos,

He instalado la versión 1.7.2. de open classifieds en un dominio, dentro de 000webhost.com.

No hay manera de que funcionen los mails, siempre me sale el error:

Mailer Error: SMTP Error: Could not connect to SMTP host.

Estoy utilizando una cuenta de gmail , incluso he editado el archivo common.php

//GMAIL config
if (GMAIL==true){
$mail->SMTPAuth = true; // enable SMTP authentication
$mail->SMTPSecure = "ssl"; // sets the prefix to the server
$mail->Host = "smtp.gmail.com"; // sets GMAIL as the SMTP server
$mail->Port = 465; // set the SMTP port for the GMAIL server
$mail->Username = "[email protected]"; // GMAIL username
$mail->Password = "micontraseña_gmail"; // GMAIL password

No se que ocurre, agracedecido de cualquier ayuda.
Saludos