Ver Mensaje Individual
  #7 (permalink)  
Antiguo 07/05/2013, 18:24
Avatar de Briss
Briss
 
Fecha de Ingreso: junio-2011
Mensajes: 1.293
Antigüedad: 12 años, 10 meses
Puntos: 12
Respuesta: Error con phpmailer correo masivo

cambie esto
Código PHP:
$email_v $_POST[email];
    
$emails   implode(", ",$email_v); 
    foreach (
$email_v as $emails)  {
     
$mail->AddAddress($email);

¡Mensaje Enviado!You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '@hotmail.com,@....mx)' at line 1