Send FPDF document with PHPMailer;
I am currently trying to generate a pdf with FPDF and then send it in an email with PHPMailer. I know that the PHPMailer functionality is working, and I can create the pdf. But when i try to download the pdf to the server first, output($pdf,"F"), I get the error: Warning (2): fopen(/temp-file.pdf): failed to open stream: Permission denied [APP/Vendor/fpdf/fpdf.php, line 1025]FPDF error: Unable to create output file: /temp-file.pdf The pdf creation is very long, so i will just show you me trying to ouptut it. FPDF $pdfoutputfile = 'temp-folder/temp-file.pdf'; $pdfdoc = $pdf->Output(