Skip to content
Advertisement

Email PDF Attachment with PHP Using FPDF

I want to email a PDF as an attachment that was created using FPDF. My code looks like this, but the attachment never comes through.

JavaScript

Anyone familiar with doing this? I’m hoping to use the PHP mail() function.

Advertisement

Answer

This ended up working for me:

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement