Hi, I am using Laravel and running reports using this great framework. What's you recommendation to email reports ? I have a report that filters by date, and I'd like to email every month this report pre-filtered by the dates of the month. This would just to avoid repeating the code and creating email templates. What do you recommend ? Convert to PDF on the server and attach ?(is it even possible?) Last time I tried to convert to PDF , I had some issues, but I can re-open this if that is what you recommend.
any help on how to accomplish that is appreciated. thanks