I am new to phpmailer and I am able to send emails, emails with attachments, and stringattachments that are .txt files however I cannot send stringattachments with PDF\'s. T
No need to chunk_split base64encode the pdf string just do
$mail->addStringAttachment($pdfString, 'vouchers.pdf');