“phpmailer addattachment” Código de respuesta

PhPMailer Enviar adjunto

$mail->AddAttachment($_FILES['uploaded_file']['tmp_name'], $_FILES['uploaded_file']['name']);
SeriousMonk

phpmailer addattachment

//Put this line anywhere after $mail = new PHPMailer(); but before $mail->Send()
//Ensure that you use the full file path to the document
$mail->AddAttachment('/var/www/html/include/test.pdf');
Just Make It Global

Respuestas similares a “phpmailer addattachment”

Preguntas similares a “phpmailer addattachment”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código