04/10/2012, 10:44
|
| | | Fecha de Ingreso: febrero-2011 Ubicación: Mexico
Mensajes: 23
Antigüedad: 13 años, 9 meses Puntos: 3 | |
Respuesta: Enviar correo con phpmailer con archivo adjunto. Te falta ENVIAR el correo
$mail->Send();
} catch (phpmailerException $e) {
echo $e->errorMessage("Error 1"); //Pretty error messages from PHPMailer
} catch (Exception $e) {
echo $e->getMessage("Error 2"); //Boring error messages from anything else!
} |