LaravelDaily / laravel-invoices

Laravel package to generate PDF invoices from various customizable parameters
GNU General Public License v3.0
1.39k stars 303 forks source link

Send invoice via email #174

Closed lodekib closed 1 year ago

lodekib commented 1 year ago

Is it possible to send the invoice via email.

PovilasKorop commented 1 year ago

@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.