Laravel 5.3 change mail configuration dynamically
If you are developing CMS software or a SaaS product, your customers needs to set their mail sending credentials for sending mails from their system. By default, you can set mail configuration to .env file. But if your customer don’t…