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