Laravel 10 How to change SMTP details on the fly without changing config values
I'm trying to change SMTP details on the fly for web or queue also. I have tried this link : https://laravel-news.com/allowing-users-to-send-email-with-their-own-smtp-settings-in-laravel, but this example not working in Laravel 10. Not only that, but I also try this code : $configuration…