Answers for "php fpdf in phpmailer"

PHP
0

php fpdf in phpmailer

$pdfdoc = $pdf->Output('', 'S');
...
$mail->addStringAttachment($pdfdoc, 'my-doc.pdf');
Posted by: Guest on June-28-2021

Browse Popular Code Answers by Language