DEV Community

Discussion on: How to generate PDF and send it on mail in Laravel 5.8

Collapse
 
roelofjanelsinga profile image
Roelof Jan Elsinga

I've found that in order for this to work, I can't queue the email. I have to send the email instantly because the raw output of the PDF cannot be encoded into a valid JSON format. Can you confirm this?