How to Generate an App Password for Gmail

If you are trying to send emails from applications like Python, Node.js, Outlook, php, Laravel or other programming language or third-party tools, you may have noticed that your normal Gmail password no longer works. This is because Google has tightened security by disabling “Less Secure Apps”. Instead, you need to use an App Password. Google

Learn More

Send Emails in Laravel Using Google Mail

In this example, we will create a simple contact form. When users submit those details instead of storing those data we will directly send it to the responsible person using Google Mail. Sending an email is an essential part of every web application and there are plenty of ways or services to send E-mail in

Learn More