How to set multiple email configuration in Laravel?

Viewed 11

I have a system and system got multiple admins. Admins are required to send email to clients. Now the issue is I want to send email from admin email who is logged in currently. In my database admin email is stored. So is there any way to configure authentication for all the admin email address? If I manually need to set the configuration also where should I set up and how?

0 Answers
Related