Good afternoon.
I have a problem, and I want to email a pdf file generated with DOMPDF
using the PHPMAILER
library; the pdf file is generated correctly as well as the function to send emails.
I have two files, in one is everything PHPMAILER
(along with more code) and in another file I have the template that generates the pdf file
How can I do this operation to send the pdf file by email?
Thank you in advance for your support.