Well the thing is that. Lumen is a framework which you should use for building simple api's not sending out mails or other stuff. Why not just stick to laravel and just add the code you need. You can disable unneeded features in your /config/app.php providers group.
Nov 21, 2016
8
Level 1
Using Mailable and views in Lumen
I'd like to use the Mailable class from Illuminate\Mail in a Lumen project but it relies on views.
I sort of understand why views are no longer supported in Lumen, but then what is the recommended approach to dealing with sending mail (for example, user registration confirmations) from an API? Localization support would be a pro for example, and to me seems easiest using views.
Could anybody point me in the right direction?
Please or to participate in this conversation.