Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/04/2012, 03:22
eSSeneX
 
Fecha de Ingreso: mayo-2008
Ubicación: Murcia, España
Mensajes: 313
Antigüedad: 15 años, 11 meses
Puntos: 5
Respuesta: enviar muchos emails con phpmailer muy lento

Así rápidamente se me ocurre que podrías añadir todos esos correos con copia oculta (CCO / BCC) y después realizar el Send(). Prueba y comenta que tal.

Código PHP:
Ver original
  1. AddBCC($address, $name = "")    /* Adds a "Bcc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer. */