SMTP : How to send email using Gmail in Laravel

Laravel is an open-source web framework of PHP language. It was developed by Taylor Otwell for the development of web apps by using the model–view–controller (MVC) architectural pattern and it was based on Symfony.  In Laravel, we have a built-in Mail facade that allows us to send emails using an external mail server such as … Read more