I need to implement the sending of emails to a certain group of users, such as administrators, editors, reviewers.
Would it be necessary to use a queue for it or something?
Finally, I want to select a certain group of users and send an email to all emails in this group. Is this possible?
I'm using version 5.4 of laravel.