Ver Mensaje Individual
  #4 (permalink)  
Antiguo 22/12/2008, 12:59
Avatar de Triby
Triby
Mod on free time
 
Fecha de Ingreso: agosto-2008
Ubicación: $MX->Gto['León'];
Mensajes: 10.106
Antigüedad: 15 años, 8 meses
Puntos: 2237
Respuesta: phpmailer+gmail o alguna manera sin puerto:25

Si estas usando PHPMailer tiene un ejemplo para usarlo con cuentas de gmail:

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;                   // set the SMTP port for the GMAIL server 
__________________
- León, Guanajuato
- GV-Foto