“phpmailer addattachment” Réponses codées

phpmailer Envoyer la pièce jointe

$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

Réponses similaires à “phpmailer addattachment”

Questions similaires à “phpmailer addattachment”

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code