Unable to Add PDF to email in Magento2.4.6
I’m using Magento 2.4.6-p3 and have saved a PDF file in the pub/media/credit/ directory. The email is being sent correctly, but the attachment is not included when I check the email. public function sendMail($customerEmail) { $filePath = ‘pub/media/credit/test.pdf’; $writer =… Read More »Unable to Add PDF to email in Magento2.4.6