This topic is locked
[SOLVED]

Send Email after printing PDF using FPDF

11/26/2022 10:56:23 AM
PHPRunner General questions
konenamogo author

Hello,

I create PDF file successfully using FPDF library.

I want to send my PDF file by Email.

How can i do it with phprunner ?

Thanks

admin 11/26/2022

runner_mail() function can send an email with the attachment.

konenamogo author 11/29/2022

Hello
thanks very much