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
This worked fine for me:
$mail->addStringAttachment(base64_decode($attachmentBase64), $filename);