Ver Mensaje Individual
  #4 (permalink)  
Antiguo 27/08/2013, 23:02
cesa_r
 
Fecha de Ingreso: julio-2013
Mensajes: 158
Antigüedad: 10 años, 9 meses
Puntos: 6
Respuesta: Me es imposible usar PHPMailer

Trate de usar SMTP para enviar correo electrónico:
$mail->IsSMTP();
$mail->Host = "smtp.example.com";

/ / Usa sólo cuando SMTP requiere autenticación
$mail->SMTPAuth = true;
$mail->Username = 'smtp_username';
$mail->Password = 'smtp_password';