Can anyone provide information on setting up a newsletter emailing system within an existing Laravel website?
I'm taking over the development and maintenance of a web-application built using Laravel 5. The current application includes a user management system where users can sign up, be assigned roles by our admins, and get access to different aspects of application and website depending on the permissions given to them.
What we now need is a way to send mass emails / newsletters to some subset of these users (and potentially other email address that have subscribed to our website but haven't registered as users). This needs to include a front-end where registered users (with the appropriate permissions) can create the emails / newsletters, manage their subscriptions to the different mailing lists, and some kind of administrative dashboard.
Would anyone be able to point me in the right direction to either
You want just to implement existing solutions, or you also want to know how to do that by yourself?
Peter
Option 1 ties in mailchimp https://github.com/spatie/laravel-newsletter
Option 2 seems promising, but it would need a bit of front end development. https://github.com/riverskies/laravel-newsletter-subscription
Good luck!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community