LaravelDaily / laravel-invoices

Laravel package to generate PDF invoices from various customizable parameters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Send invoice via email

lodekib opened this issue · comments

commented

Is it possible to send the invoice via email.

@lodekib no we don't have such feature directly in the package. But you can save the file on server disk, and then send it yourself manually.